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

Merged
merged 1 commit into from
Nov 6, 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
6 changes: 3 additions & 3 deletions tests/formatters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=tests/formatters.txt --strip-extras tests/formatters.in
#
black==24.8.0
black==24.10.0
# via -r tests/formatters.in
click==8.1.7
# via black
Expand All @@ -16,9 +16,9 @@ packaging==24.1
# via black
pathspec==0.12.1
# via black
platformdirs==4.3.3
platformdirs==4.3.6
# via black
tomli==2.0.1
tomli==2.0.2
# via black
typing-extensions==4.12.2
# via black
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.5
ruff==0.7.2
# via -r tests/static.in
26 changes: 13 additions & 13 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,45 @@
#
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
#
argcomplete==3.5.0
argcomplete==3.5.1
# via nox
certifi==2024.8.30
# via requests
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via typer-slim
codeowners==0.7.0
# via -r tests/../hacking/pr_labeler/requirements.txt
colorlog==6.8.2
colorlog==6.9.0
# via nox
cryptography==43.0.1
cryptography==43.0.3
# via pyjwt
deprecated==1.2.14
# via pygithub
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via virtualenv
idna==3.9
idna==3.10
# via requests
jinja2==3.1.4
# via -r tests/../hacking/pr_labeler/requirements.txt
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mypy==1.11.2
mypy==1.13.0
# via -r tests/typing.in
mypy-extensions==1.0.0
# via mypy
nox==2024.4.15
nox==2024.10.9
# via -r tests/typing.in
packaging==24.1
# via nox
platformdirs==4.3.3
platformdirs==4.3.6
# via virtualenv
pycparser==2.22
# via cffi
Expand All @@ -54,7 +54,7 @@ pynacl==1.5.0
# via pygithub
requests==2.32.3
# via pygithub
tomli==2.0.1
tomli==2.0.2
# via
# mypy
# nox
Expand All @@ -70,7 +70,7 @@ urllib3==2.2.3
# via
# pygithub
# requests
virtualenv==20.26.4
virtualenv==20.27.1
# via nox
wrapt==1.16.0
# via deprecated