Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pinned dependencies #3805

Merged
merged 1 commit into from
Dec 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ coverage==7.3.2
# via
# -r requirements/coverage.in
# hypofuzz
dash==2.14.1
dash==2.14.2
# via hypofuzz
dash-core-components==2.0.0
# via dash
Expand All @@ -58,13 +58,13 @@ flask==3.0.0
# via dash
hypofuzz==23.7.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.90.0
hypothesis[cli]==6.91.0
# via
# hypofuzz
# hypothesis
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==6.9.0
# via dash
iniconfig==2.0.0
# via pytest
Expand Down
20 changes: 10 additions & 10 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ com2ann==0.3.0
# via shed
coverage==7.3.2
# via -r requirements/tools.in
cryptography==41.0.5
cryptography==41.0.7
# via
# secretstorage
# types-pyopenssl
Expand All @@ -55,7 +55,7 @@ distlib==0.3.7
# via virtualenv
django==4.2.7
# via -r requirements/tools.in
docutils==0.18.1
docutils==0.20.1
# via
# readme-renderer
# restructuredtext-lint
Expand All @@ -78,13 +78,13 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==6.9.0
# via
# keyring
# twine
iniconfig==2.0.0
# via pytest
ipython==8.18.0
ipython==8.18.1
# via -r requirements/tools.in
isort==5.12.0
# via shed
Expand Down Expand Up @@ -174,7 +174,7 @@ pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
pyright==1.1.337
pyright==1.1.338
# via -r requirements/tools.in
pytest==7.4.3
# via -r requirements/tools.in
Expand Down Expand Up @@ -232,7 +232,7 @@ sphinx-codeautolink==0.15.0
# via -r requirements/tools.in
sphinx-hoverxref==1.3.0
# via -r requirements/tools.in
sphinx-rtd-theme==1.3.0
sphinx-rtd-theme==2.0.0
# via -r requirements/tools.in
sphinx-selective-exclude==1.0.3
# via -r requirements/tools.in
Expand Down Expand Up @@ -269,9 +269,9 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/tools.in
traitlets==5.13.0
traitlets==5.14.0
# via
# ipython
# matplotlib-inline
Expand Down Expand Up @@ -301,11 +301,11 @@ urllib3==2.1.0
# via
# requests
# twine
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
wcwidth==0.2.12
# via prompt-toolkit
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
Loading