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

ci: refresh dev dependencies #1707

Merged
merged 2 commits into from
Jul 24, 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.5.1
ruff==0.5.4
# via -r tests/static.in
10 changes: 5 additions & 5 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ codeowners==0.7.0
# via -r tests/../hacking/pr_labeler/requirements.txt
colorlog==6.8.2
# via nox
cryptography==42.0.8
cryptography==43.0.0
# via pyjwt
deprecated==1.2.14
# via pygithub
Expand All @@ -31,7 +31,7 @@ filelock==3.15.4
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via -r tests/../hacking/tagger/requirements.txt
# via -r tests/tag.in
idna==3.7
# via requests
jinja2==3.1.4
Expand All @@ -42,15 +42,15 @@ markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
mypy==1.10.1
mypy==1.11.0
# via -r tests/typing.in
mypy-extensions==1.0.0
# via mypy
nox==2024.4.15
# via -r tests/typing.in
packaging==24.1
# via
# -r tests/../hacking/tagger/requirements.txt
# -r tests/tag.in
# nox
platformdirs==4.2.2
# via virtualenv
Expand Down Expand Up @@ -79,7 +79,7 @@ tomli==2.0.1
typer==0.12.3
# via
# -r tests/../hacking/pr_labeler/requirements.txt
# -r tests/../hacking/tagger/requirements.txt
# -r tests/tag.in
typing-extensions==4.12.2
# via
# codeowners
Expand Down