Skip to content

Commit

Permalink
[3.10] Bump typing-extensions to 4.12.2 (#9282)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Sep 24, 2024
1 parent 84c25b7 commit 3ba1587
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ trustme==1.1.0 ; platform_machine != "i686"
# via -r requirements/test.in
typer==0.6.1
# via python-on-whales
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# aioredis
# annotated-types
Expand Down
2 changes: 1 addition & 1 deletion requirements/cython.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ cython==3.0.10
# via -r requirements/cython.in
multidict==6.0.5
# via -r requirements/multidict.in
typing-extensions==4.11.0
typing-extensions==4.12.2
# via -r requirements/typing-extensions.in
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ trustme==1.1.0 ; platform_machine != "i686"
# via -r requirements/test.in
typer==0.9.0
# via python-on-whales
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# aioredis
# annotated-types
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ trustme==1.1.0
# via -r requirements/lint.in
typer==0.12.3
# via python-on-whales
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# aioredis
# annotated-types
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ trustme==1.1.0 ; platform_machine != "i686"
# via -r requirements/test.in
typer==0.9.0
# via python-on-whales
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# annotated-types
# mypy
Expand Down

0 comments on commit 3ba1587

Please sign in to comment.