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 #3512

Merged
merged 1 commit into from Nov 20, 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
8 changes: 4 additions & 4 deletions requirements/coverage.txt
Expand Up @@ -24,13 +24,13 @@ deprecated==1.2.13
# via redis
dpcontracts==0.6.0
# via -r requirements/coverage.in
exceptiongroup==1.0.1 ; python_version < "3.11"
exceptiongroup==1.0.4 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
execnet==1.9.0
# via pytest-xdist
fakeredis==1.10.1
fakeredis==2.0.0
# via -r requirements/coverage.in
iniconfig==1.1.1
# via pytest
Expand All @@ -52,11 +52,11 @@ packaging==21.3
# redis
pandas==1.5.1
# via -r requirements/coverage.in
pathspec==0.10.1
pathspec==0.10.2
# via black
pexpect==4.8.0
# via -r requirements/test.in
platformdirs==2.5.3
platformdirs==2.5.4
# via black
pluggy==1.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Expand Up @@ -8,7 +8,7 @@ attrs==22.1.0
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
exceptiongroup==1.0.1 ; python_version < "3.11"
exceptiongroup==1.0.4 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
Expand Down
14 changes: 7 additions & 7 deletions requirements/tools.txt
Expand Up @@ -69,7 +69,7 @@ docutils==0.17.1
# sphinx-rtd-theme
dpcontracts==0.6.0
# via -r requirements/tools.in
exceptiongroup==1.0.1 ; python_version < "3.11"
exceptiongroup==1.0.4 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
Expand Down Expand Up @@ -167,7 +167,7 @@ mccabe==0.7.0
# via flake8
more-itertools==9.0.0
# via jaraco-classes
mypy==0.990
mypy==0.991
# via -r requirements/tools.in
mypy-extensions==0.4.3
# via
Expand All @@ -184,7 +184,7 @@ packaging==21.3
# tox
parso==0.8.3
# via jedi
pathspec==0.10.1
pathspec==0.10.2
# via black
pbr==5.11.0
# via stevedore
Expand All @@ -194,11 +194,11 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.9.0
pip-tools==6.10.0
# via -r requirements/tools.in
pkginfo==1.8.3
# via twine
platformdirs==2.5.3
platformdirs==2.5.4
# via
# black
# virtualenv
Expand Down Expand Up @@ -232,7 +232,7 @@ pygments==2.13.0
# sphinx
pyparsing==3.0.9
# via packaging
pyright==1.1.279
pyright==1.1.280
# via -r requirements/tools.in
pytest==7.2.0
# via -r requirements/tools.in
Expand Down Expand Up @@ -327,7 +327,7 @@ tomli==2.0.1
# pep517
# pytest
# tox
tox==3.27.0
tox==3.27.1
# via -r requirements/tools.in
traitlets==5.5.0
# via
Expand Down