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 Aug 20, 2023
1 parent e20023b commit 590dde7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 30 deletions.
8 changes: 4 additions & 4 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ attrs==23.1.0
# via hypothesis (hypothesis-python/setup.py)
black @ git+https://github.com/psf/black.git@eedfc3832290b3a32825b3c0f2dfa3f3d7ee9d1c
# via -r requirements/coverage.in
click==8.1.6
click==8.1.7
# via
# -r requirements/coverage.in
# black
coverage==7.3.0
# via -r requirements/coverage.in
dpcontracts==0.6.0
# via -r requirements/coverage.in
exceptiongroup==1.1.2 ; python_version < "3.11"
exceptiongroup==1.1.3 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
execnet==2.0.2
# via pytest-xdist
fakeredis==2.17.0
fakeredis==2.18.0
# via -r requirements/coverage.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -72,7 +72,7 @@ pytz==2023.3
# pandas
pyyaml==6.0.1
# via libcst
redis==4.6.0
redis==5.0.0
# via fakeredis
six==1.16.0
# via python-dateutil
Expand Down
22 changes: 13 additions & 9 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# -r requirements/coverage.in
# black
Expand All @@ -31,7 +31,7 @@ coverage==7.3.0
# via
# -r requirements/coverage.in
# hypofuzz
dash==2.11.1
dash==2.12.1
# via hypofuzz
dash-core-components==2.0.0
# via dash
Expand All @@ -41,20 +41,20 @@ dash-table==5.0.0
# via dash
dpcontracts==0.6.0
# via -r requirements/coverage.in
exceptiongroup==1.1.2 ; python_version < "3.11"
exceptiongroup==1.1.3 ; python_version < "3.11"
# via
# hypothesis
# hypothesis (hypothesis-python/setup.py)
# pytest
execnet==2.0.2
# via pytest-xdist
fakeredis==2.17.0
fakeredis==2.18.0
# via -r requirements/coverage.in
flask==2.2.5
# via dash
git+https://github.com/Zac-HD/hypofuzz.git
hypofuzz==23.7.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.82.3
hypothesis[cli]==6.82.5
# via hypofuzz
idna==3.4
# via requests
Expand Down Expand Up @@ -103,7 +103,7 @@ pexpect==4.8.0
# via -r requirements/test.in
platformdirs==3.10.0
# via black
plotly==5.16.0
plotly==5.16.1
# via dash
pluggy==1.2.0
# via pytest
Expand All @@ -130,7 +130,7 @@ pytz==2023.3
# pandas
pyyaml==6.0.1
# via libcst
redis==4.6.0
redis==5.0.0
# via fakeredis
requests==2.31.0
# via
Expand All @@ -149,7 +149,7 @@ sortedcontainers==2.4.0
# fakeredis
# hypothesis
# hypothesis (hypothesis-python/setup.py)
tenacity==8.2.2
tenacity==8.2.3
# via plotly
tomli==2.0.1
# via
Expand All @@ -171,3 +171,7 @@ werkzeug==2.2.3
# via
# dash
# flask

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.1.2
# via dash
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==23.1.0
# via hypothesis (hypothesis-python/setup.py)
exceptiongroup==1.1.2 ; python_version < "3.11"
exceptiongroup==1.1.3 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
Expand Down
32 changes: 16 additions & 16 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ chardet==5.2.0
# via tox
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via
# black
# pip-tools
Expand Down Expand Up @@ -67,7 +67,7 @@ docutils==0.18.1
# sphinx-rtd-theme
dpcontracts==0.6.0
# via -r requirements/tools.in
exceptiongroup==1.1.2 ; python_version < "3.11"
exceptiongroup==1.1.3 ; python_version < "3.11"
# via
# hypothesis (hypothesis-python/setup.py)
# pytest
Expand Down Expand Up @@ -119,7 +119,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
mypy==1.5.0
mypy==1.5.1
# via -r requirements/tools.in
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -173,11 +173,11 @@ pygments==2.16.1
# readme-renderer
# rich
# sphinx
pyproject-api==1.5.3
pyproject-api==1.5.4
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.322
pyright==1.1.323
# via -r requirements/tools.in
pytest==7.4.0
# via -r requirements/tools.in
Expand All @@ -187,7 +187,7 @@ pyupgrade==3.10.1
# via shed
pyyaml==6.0.1
# via libcst
readme-renderer==40.0
readme-renderer==41.0
# via twine
requests==2.31.0
# via
Expand All @@ -203,7 +203,7 @@ rfc3986==2.0.0
# via twine
rich==13.5.2
# via twine
ruff==0.0.284
ruff==0.0.285
# via -r requirements/tools.in
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -240,21 +240,21 @@ sphinx-rtd-theme==1.2.2
# via -r requirements/tools.in
sphinx-selective-exclude==1.0.3
# via -r requirements/tools.in
sphinxcontrib-applehelp==1.0.6
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.4
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.3
sphinxcontrib-htmlhelp==2.0.4
# via sphinx
sphinxcontrib-jquery==4.1
# via
# sphinx-hoverxref
# sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.5
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.7
sphinxcontrib-serializinghtml==1.1.8
# via sphinx
sqlparse==0.4.4
# via django
Expand All @@ -273,7 +273,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.8.0
tox==4.9.0
# via -r requirements/tools.in
traitlets==5.9.0
# via
Expand All @@ -287,9 +287,9 @@ types-pkg-resources==0.1.3
# via -r requirements/tools.in
types-pyopenssl==23.2.0.2
# via types-redis
types-pytz==2023.3.0.0
types-pytz==2023.3.0.1
# via -r requirements/tools.in
types-redis==4.6.0.3
types-redis==4.6.0.4
# via -r requirements/tools.in
typing-extensions==4.7.1
# via
Expand Down Expand Up @@ -318,7 +318,7 @@ zipp==3.16.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via pip-tools
setuptools==68.0.0
setuptools==68.1.2
# via
# nodeenv
# pip-tools

0 comments on commit 590dde7

Please sign in to comment.