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 Sep 17, 2023
1 parent bf4f193 commit 19d05a2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ async-timeout==4.0.3
# via redis
attrs==23.1.0
# via hypothesis (hypothesis-python/setup.py)
black==23.9.0
black==23.9.1
# via -r requirements/coverage.in
click==8.1.7
# via
Expand Down Expand Up @@ -36,7 +36,7 @@ mypy-extensions==1.0.0
# via
# black
# typing-inspect
numpy==1.25.2
numpy==1.26.0
# via
# -r requirements/coverage.in
# pandas
Expand Down
10 changes: 5 additions & 5 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==23.1.0
# via
# hypothesis
# hypothesis (hypothesis-python/setup.py)
black==23.9.0
black==23.9.1
# via
# -r requirements/coverage.in
# hypofuzz
Expand Down Expand Up @@ -54,7 +54,7 @@ flask==2.2.5
# via dash
hypofuzz==23.7.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.84.2
hypothesis[cli]==6.85.1
# via hypofuzz
idna==3.4
# via requests
Expand Down Expand Up @@ -84,7 +84,7 @@ mypy-extensions==1.0.0
# typing-inspect
nest-asyncio==1.5.7
# via dash
numpy==1.25.2
numpy==1.26.0
# via
# -r requirements/coverage.in
# pandas
Expand All @@ -103,7 +103,7 @@ pexpect==4.8.0
# via -r requirements/test.in
platformdirs==3.10.0
# via black
plotly==5.16.1
plotly==5.17.0
# via dash
pluggy==1.3.0
# via pytest
Expand Down Expand Up @@ -174,5 +174,5 @@ werkzeug==2.2.3
# flask

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.2.0
setuptools==68.2.2
# via dash
19 changes: 9 additions & 10 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backcall==0.2.0
# via ipython
beautifulsoup4==4.12.2
# via sphinx-codeautolink
black==23.9.0
black==23.9.1
# via shed
build==1.0.3
# via pip-tools
Expand Down Expand Up @@ -72,7 +72,7 @@ exceptiongroup==1.1.3 ; python_version < "3.11"
# pytest
executing==1.2.0
# via stack-data
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand Down Expand Up @@ -178,13 +178,13 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.326
pyright==1.1.327
# via -r requirements/tools.in
pytest==7.4.2
# via -r requirements/tools.in
python-dateutil==2.8.2
# via -r requirements/tools.in
pyupgrade==3.10.1
pyupgrade==3.11.0
# via shed
pyyaml==6.0.1
# via libcst
Expand All @@ -204,7 +204,7 @@ rfc3986==2.0.0
# via twine
rich==13.5.2
# via twine
ruff==0.0.287
ruff==0.0.290
# via -r requirements/tools.in
secretstorage==3.3.3
# via keyring
Expand All @@ -220,7 +220,7 @@ sortedcontainers==2.4.0
# via hypothesis (hypothesis-python/setup.py)
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.5
sphinx==7.2.6
# via
# -r requirements/tools.in
# sphinx-codeautolink
Expand Down Expand Up @@ -275,7 +275,7 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/tools.in
traitlets==5.9.0
traitlets==5.10.0
# via
# ipython
# matplotlib-inline
Expand All @@ -289,14 +289,13 @@ types-pyopenssl==23.2.0.2
# via types-redis
types-pytz==2023.3.0.1
# via -r requirements/tools.in
types-redis==4.6.0.5
types-redis==4.6.0.6
# via -r requirements/tools.in
typing-extensions==4.7.1
# via
# -r requirements/tools.in
# asgiref
# black
# filelock
# libcst
# mypy
# typing-inspect
Expand All @@ -318,7 +317,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.2.0
setuptools==68.2.2
# via
# nodeenv
# pip-tools

0 comments on commit 19d05a2

Please sign in to comment.