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 #4237

Merged
merged 1 commit into from
Jan 14, 2025
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
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ iniconfig==2.0.0
# via pytest
lark==1.2.2
# via -r requirements/coverage.in
libcst==1.5.1
libcst==1.6.0
# via -r requirements/coverage.in
mypy-extensions==1.0.0
# via black
Expand Down
10 changes: 5 additions & 5 deletions requirements/fuzzing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ fakeredis==2.26.2
# via -r requirements/coverage.in
flask==3.0.3
# via dash
hypofuzz==24.11.1
hypofuzz==25.1.1
# via -r requirements/fuzzing.in
hypothesis[cli]==6.123.2
hypothesis[cli]==6.123.15
# via hypofuzz
idna==3.10
# via requests
Expand All @@ -71,7 +71,7 @@ jinja2==3.1.5
# via flask
lark==1.2.2
# via -r requirements/coverage.in
libcst==1.5.1
libcst==1.6.0
# via
# -r requirements/coverage.in
# hypofuzz
Expand Down Expand Up @@ -116,7 +116,7 @@ ptyprocess==0.7.0
# via pexpect
pyarrow==18.1.0
# via -r requirements/coverage.in
pygments==2.18.0
pygments==2.19.1
# via rich
pytest==8.3.4
# via
Expand Down Expand Up @@ -181,5 +181,5 @@ zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
setuptools==75.8.0
# via dash
16 changes: 8 additions & 8 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==1.0.0
# via sphinx
anyio==4.7.0
anyio==4.8.0
# via watchfiles
asgiref==3.8.1
# via django
Expand Down Expand Up @@ -125,7 +125,7 @@ keyring==25.6.0
# via twine
lark==1.2.2
# via -r requirements/tools.in
libcst==1.5.1
libcst==1.6.0
# via
# -r requirements/tools.in
# shed
Expand Down Expand Up @@ -199,7 +199,7 @@ pycparser==2.22
# via cffi
pyflakes==3.2.0
# via autoflake
pygments==2.18.0
pygments==2.19.1
# via
# ipython
# pelican
Expand Down Expand Up @@ -251,7 +251,7 @@ rich==13.9.4
# via
# pelican
# twine
ruff==0.8.6
ruff==0.9.1
# via -r requirements/tools.in
secretstorage==3.3.3
# via keyring
Expand All @@ -274,7 +274,7 @@ sphinx==8.1.3
# sphinx-hoverxref
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-codeautolink==0.15.2
sphinx-codeautolink==0.16.0
# via -r requirements/tools.in
sphinx-hoverxref==1.4.2
# via -r requirements/tools.in
Expand Down Expand Up @@ -335,7 +335,7 @@ types-pytz==2024.2.0.20241221
# via -r requirements/tools.in
types-redis==4.6.0.20241004
# via -r requirements/tools.in
types-setuptools==75.6.0.20241223
types-setuptools==75.8.0.20250110
# via types-cffi
typing-extensions==4.12.2
# via
Expand All @@ -356,7 +356,7 @@ urllib3==2.3.0
# twine
virtualenv==20.28.1
# via tox
watchfiles==1.0.3
watchfiles==1.0.4
# via pelican
wcwidth==0.2.13
# via prompt-toolkit
Expand All @@ -368,5 +368,5 @@ zipp==3.21.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via pip-tools
setuptools==75.6.0
setuptools==75.8.0
# via pip-tools
Loading