Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pinned dependencies #3492

Merged
merged 1 commit into from
Oct 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ packaging==21.3
# via
# pytest
# redis
pandas==1.5.0
pandas==1.5.1
# via -r requirements/coverage.in
pathspec==0.10.1
# via black
Expand Down Expand Up @@ -79,7 +79,7 @@ python-dateutil==2.8.2
# via
# -r requirements/coverage.in
# pandas
pytz==2022.4
pytz==2022.5
# via
# -r requirements/coverage.in
# pandas
Expand Down
18 changes: 9 additions & 9 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ matplotlib-inline==0.1.6
# via ipython
mccabe==0.7.0
# via flake8
more-itertools==8.14.0
more-itertools==9.0.0
# via jaraco-classes
mypy==0.982
# via -r requirements/tools.in
Expand All @@ -184,7 +184,7 @@ parso==0.8.3
# via jedi
pathspec==0.10.1
# via black
pbr==5.10.0
pbr==5.11.0
# via stevedore
pep517==0.13.0
# via build
Expand Down Expand Up @@ -232,13 +232,13 @@ pygments==2.13.0
# sphinx
pyparsing==3.0.9
# via packaging
pyright==1.1.275
pyright==1.1.276
# via -r requirements/tools.in
pytest==7.1.3
# via -r requirements/tools.in
python-dateutil==2.8.2
# via -r requirements/tools.in
pytz==2022.4
pytz==2022.5
# via babel
pyupgrade==3.1.0
# via shed
Expand Down Expand Up @@ -282,7 +282,7 @@ sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
soupsieve==2.3.2.post1
# via beautifulsoup4
sphinx==5.2.3
sphinx==5.3.0
# via
# -r requirements/tools.in
# sphinx-codeautolink
Expand Down Expand Up @@ -312,7 +312,7 @@ sqlparse==0.4.3
# via django
stack-data==0.5.1
# via ipython
stevedore==4.0.1
stevedore==4.1.0
# via bandit
tokenize-rt==5.0.0
# via pyupgrade
Expand All @@ -327,7 +327,7 @@ tomli==2.0.1
# tox
tox==3.26.0
# via -r requirements/tools.in
traitlets==5.4.0
traitlets==5.5.0
# via
# ipython
# matplotlib-inline
Expand All @@ -337,9 +337,9 @@ types-click==7.1.8
# via -r requirements/tools.in
types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pytz==2022.4.0.0
types-pytz==2022.5.0.0
# via -r requirements/tools.in
types-redis==4.3.21.2
types-redis==4.3.21.3
# via -r requirements/tools.in
typing-extensions==4.4.0
# via
Expand Down