Skip to content

Commit

Permalink
Update pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed May 14, 2023
1 parent b8edd73 commit eae27ba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exceptiongroup==1.1.1 ; python_version < "3.11"
# pytest
execnet==1.9.0
# via pytest-xdist
fakeredis==2.11.2
fakeredis==2.12.1
# via -r requirements/coverage.in
iniconfig==2.0.0
# via pytest
Expand All @@ -50,7 +50,7 @@ pathspec==0.11.1
# via black
pexpect==4.8.0
# via -r requirements/test.in
platformdirs==3.5.0
platformdirs==3.5.1
# via black
pluggy==1.0.0
# via pytest
Expand All @@ -60,7 +60,7 @@ pytest==7.3.1
# via
# -r requirements/test.in
# pytest-xdist
pytest-xdist==3.2.1
pytest-xdist==3.3.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand All @@ -72,7 +72,7 @@ pytz==2023.3
# pandas
pyyaml==6.0
# via libcst
redis==4.5.4
redis==4.5.5
# via fakeredis
six==1.16.0
# via python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pytest==7.3.1
# via
# -r requirements/test.in
# pytest-xdist
pytest-xdist==3.2.1
pytest-xdist==3.3.0
# via -r requirements/test.in
sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
Expand Down
16 changes: 8 additions & 8 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build==0.10.0
# via pip-tools
cachetools==5.3.0
# via tox
certifi==2022.12.7
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
Expand Down Expand Up @@ -100,7 +100,7 @@ flake8-2020==1.8.0
# via -r requirements/tools.in
flake8-bandit==4.1.1
# via -r requirements/tools.in
flake8-bugbear==23.3.23
flake8-bugbear==23.5.9
# via -r requirements/tools.in
flake8-builtins==2.1.0
# via -r requirements/tools.in
Expand Down Expand Up @@ -174,14 +174,14 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
mypy==1.2.0
mypy==1.3.0
# via -r requirements/tools.in
mypy-extensions==1.0.0
# via
# black
# mypy
# typing-inspect
nodeenv==1.7.0
nodeenv==1.8.0
# via pyright
packaging==23.1
# via
Expand All @@ -205,7 +205,7 @@ pip-tools==6.13.0
# via -r requirements/tools.in
pkginfo==1.9.6
# via twine
platformdirs==3.5.0
platformdirs==3.5.1
# via
# black
# tox
Expand Down Expand Up @@ -240,7 +240,7 @@ pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.306
pyright==1.1.308
# via -r requirements/tools.in
pytest==7.3.1
# via -r requirements/tools.in
Expand Down Expand Up @@ -350,11 +350,11 @@ types-click==7.1.8
# via -r requirements/tools.in
types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pyopenssl==23.1.0.2
types-pyopenssl==23.1.0.3
# via types-redis
types-pytz==2023.3.0.0
# via -r requirements/tools.in
types-redis==4.5.4.1
types-redis==4.5.5.2
# via -r requirements/tools.in
typing-extensions==4.5.0
# via
Expand Down

0 comments on commit eae27ba

Please sign in to comment.