Skip to content

Commit

Permalink
Update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Nov 20, 2022
1 parent 5ac01d1 commit 8d402c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
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

0 comments on commit 8d402c0

Please sign in to comment.