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

[stable-2.18] ci: refresh dev dependencies #2311

Open
wants to merge 1 commit into
base: stable-2.18
Choose a base branch
from
Open
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 @@ -6,7 +6,7 @@
#
black==24.10.0
# via -r tests/formatters.in
click==8.1.7
click==8.1.8
# via black
isort==5.13.2
# via -r tests/formatters.in
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.8.3
ruff==0.8.4
# 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 @@ -14,7 +14,7 @@ cffi==1.17.1
# pynacl
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via typer-slim
codeowners==0.7.0
# via -r tests/../hacking/pr_labeler/requirements.txt
Expand All @@ -30,11 +30,11 @@ filelock==3.16.1
# via virtualenv
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via -r tests/../hacking/pr_labeler/requirements.txt
markupsafe==3.0.2
# via jinja2
mypy==1.13.0
mypy==1.14.0
# via -r tests/typing.in
mypy-extensions==1.0.0
# via mypy
Expand Down
Loading