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.17] ci: refresh dev dependencies #1795

Merged
merged 2 commits into from
Aug 26, 2024
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/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.6.1
ruff==0.6.2
# via -r tests/static.in
8 changes: 4 additions & 4 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via -r tests/../hacking/tagger/requirements.txt
idna==3.7
idna==3.8
# via requests
jinja2==3.1.4
# via -r tests/../hacking/pr_labeler/requirements.txt
Expand All @@ -42,7 +42,7 @@ markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
mypy==1.11.1
mypy==1.11.2
# via -r tests/typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -56,7 +56,7 @@ platformdirs==4.2.2
# via virtualenv
pycparser==2.22
# via cffi
pygithub==2.3.0
pygithub==2.4.0
# via -r tests/../hacking/pr_labeler/requirements.txt
pygments==2.18.0
# via rich
Expand All @@ -76,7 +76,7 @@ tomli==2.0.1
# via
# mypy
# nox
typer==0.12.4
typer==0.12.5
# via
# -r tests/../hacking/pr_labeler/requirements.txt
# -r tests/../hacking/tagger/requirements.txt
Expand Down