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 Oct 1, 2023
1 parent 8a76f8a commit be37fa0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exceptiongroup==1.1.3 ; python_version < "3.11"
# pytest
execnet==2.0.2
# via pytest-xdist
fakeredis==2.18.1
fakeredis==2.19.0
# via -r requirements/coverage.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -72,7 +72,7 @@ pytz==2023.3.post1
# pandas
pyyaml==6.0.1
# via libcst
redis==5.0.0
redis==5.0.1
# via fakeredis
six==1.16.0
# via python-dateutil
Expand Down
10 changes: 5 additions & 5 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ black==23.9.1
# hypothesis
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -48,13 +48,13 @@ exceptiongroup==1.1.3 ; python_version < "3.11"
# pytest
execnet==2.0.2
# via pytest-xdist
fakeredis==2.18.1
fakeredis==2.19.0
# via -r requirements/coverage.in
flask==2.2.5
# via dash
hypofuzz==23.7.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.86.2
hypothesis[cli]==6.87.0
# via hypofuzz
idna==3.4
# via requests
Expand Down Expand Up @@ -130,15 +130,15 @@ pytz==2023.3.post1
# pandas
pyyaml==6.0.1
# via libcst
redis==5.0.0
redis==5.0.1
# via fakeredis
requests==2.31.0
# via
# dash
# hypofuzz
retrying==1.3.4
# via dash
rich==13.5.3
rich==13.6.0
# via hypothesis
six==1.16.0
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ cachetools==5.3.1
# via tox
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via tox
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand Down Expand Up @@ -70,7 +70,7 @@ exceptiongroup==1.1.3 ; python_version < "3.11"
# hypothesis (hypothesis-python/setup.py)
# ipython
# pytest
executing==1.2.0
executing==2.0.0
# via stack-data
filelock==3.12.4
# via
Expand All @@ -86,7 +86,7 @@ importlib-metadata==6.8.0
# twine
iniconfig==2.0.0
# via pytest
ipython==8.15.0
ipython==8.16.0
# via -r requirements/tools.in
isort==5.12.0
# via shed
Expand Down Expand Up @@ -178,7 +178,7 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.327
pyright==1.1.329
# via -r requirements/tools.in
pytest==7.4.2
# via -r requirements/tools.in
Expand All @@ -202,7 +202,7 @@ restructuredtext-lint==1.4.0
# via -r requirements/tools.in
rfc3986==2.0.0
# via twine
rich==13.5.3
rich==13.6.0
# via twine
ruff==0.0.291
# via -r requirements/tools.in
Expand Down Expand Up @@ -258,7 +258,7 @@ sphinxcontrib-serializinghtml==1.1.9
# via sphinx
sqlparse==0.4.4
# via django
stack-data==0.6.2
stack-data==0.6.3
# via ipython
tokenize-rt==5.2.0
# via pyupgrade
Expand All @@ -275,7 +275,7 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/tools.in
traitlets==5.10.0
traitlets==5.10.1
# via
# ipython
# matplotlib-inline
Expand Down Expand Up @@ -307,7 +307,7 @@ urllib3==2.0.5
# twine
virtualenv==20.24.5
# via tox
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit
wheel==0.41.2
# via pip-tools
Expand Down

0 comments on commit be37fa0

Please sign in to comment.