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 #19

Open
wants to merge 12 commits into
base: stable-2.17
Choose a base branch
from
Open
4 changes: 2 additions & 2 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.4.2
black==24.8.0
# via -r tests/formatters.in
click==8.1.7
# via black
Expand All @@ -16,7 +16,7 @@ packaging==24.1
# via black
pathspec==0.12.1
# via black
platformdirs==4.2.2
platformdirs==4.3.1
# via black
tomli==2.0.1
# 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.4.9
ruff==0.6.4
# via -r tests/static.in
28 changes: 14 additions & 14 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
#
argcomplete==3.3.0
argcomplete==3.5.0
# via nox
certifi==2024.6.2
certifi==2024.8.30
# via requests
cffi==1.16.0
cffi==1.17.1
# via
# cryptography
# pynacl
Expand All @@ -20,19 +20,19 @@ 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.1
# via pyjwt
deprecated==1.2.14
# via pygithub
distlib==0.3.8
# via virtualenv
filelock==3.15.1
filelock==3.16.0
# via virtualenv
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.10.0
mypy==1.11.2
# via -r tests/typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -52,21 +52,21 @@ packaging==24.1
# via
# -r tests/../hacking/tagger/requirements.txt
# nox
platformdirs==4.2.2
platformdirs==4.3.1
# 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
pyjwt==2.8.0
pyjwt==2.9.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.32.3
# via pygithub
rich==13.7.1
rich==13.8.0
# via typer
shellingham==1.5.4
# via typer
Expand All @@ -76,7 +76,7 @@ tomli==2.0.1
# via
# mypy
# nox
typer==0.12.3
typer==0.12.5
# via
# -r tests/../hacking/pr_labeler/requirements.txt
# -r tests/../hacking/tagger/requirements.txt
Expand All @@ -86,11 +86,11 @@ typing-extensions==4.12.2
# mypy
# pygithub
# typer
urllib3==2.2.1
urllib3==2.2.2
# via
# pygithub
# requests
virtualenv==20.26.2
virtualenv==20.26.4
# via nox
wrapt==1.16.0
# via deprecated