Skip to content

[stable-2.17] ci: refresh dev dependencies #2571

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

Merged
merged 1 commit into from
Apr 29, 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 tests/formatters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.8
# via black
isort==6.0.1
# via -r tests/formatters.in
mypy-extensions==1.0.0
mypy-extensions==1.1.0
# via black
packaging==25.0
# via black
Expand Down
2 changes: 1 addition & 1 deletion tests/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in
#
ruff==0.11.6
ruff==0.11.7
# via -r tests/static.in
6 changes: 3 additions & 3 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ argcomplete==3.6.2
# via nox
attrs==25.3.0
# via nox
certifi==2025.1.31
certifi==2025.4.26
# via requests
cffi==1.17.1
# via
Expand All @@ -18,7 +18,7 @@ charset-normalizer==3.4.1
# via requests
click==8.1.8
# via typer-slim
codeowners==0.7.0
codeowners==0.8.0
# via -r tests/../hacking/pr_labeler/requirements.txt
colorlog==6.9.0
# via nox
Expand All @@ -40,7 +40,7 @@ markupsafe==3.0.2
# via jinja2
mypy==1.15.0
# via -r tests/typing.in
mypy-extensions==1.0.0
mypy-extensions==1.1.0
# via mypy
nox==2025.2.9
# via -r tests/typing.in
Expand Down