Skip to content

Commit

Permalink
[PR #1707/141ca118 backport][stable-2.17] ci: refresh dev dependencies (
Browse files Browse the repository at this point in the history
#1711)

* pip compile typing

* pip compile static

---------

Co-authored-by: Don Naro <[email protected]>
  • Loading branch information
patchback[bot] and oraNod authored Jul 25, 2024
1 parent 679760a commit 0db9b0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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
12 changes: 6 additions & 6 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
#
argcomplete==3.3.0
argcomplete==3.4.0
# via nox
certifi==2024.7.4
# via requests
Expand All @@ -20,13 +20,13 @@ 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
distlib==0.3.8
# via virtualenv
filelock==3.15.1
filelock==3.15.4
# via virtualenv
gitdb==4.0.11
# via gitpython
Expand All @@ -42,7 +42,7 @@ 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
Expand Down Expand Up @@ -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.3
# via nox
wrapt==1.16.0
# via deprecated

0 comments on commit 0db9b0a

Please sign in to comment.