Skip to content

Commit 90643ff

Browse files
Geogouzrdimaio
authored andcommitted
dependencies: Update typing-extensions to version 4.14.0 across all requirements files
1 parent c96fcda commit 90643ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/requirements.client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tabulate>=0.9.0 # Pretty-print tabul
66
jsonschema>=4.23.0 # For JSON schema validation (Policy modules)
77
packaging>=24.2 # Packaging utilities
88
rich>=13.9.4 # For Rich terminal display
9-
typing-extensions>=4.12.2 # Type annotations that are not yet supported in the `typing` module
9+
typing-extensions>=4.14.0 # Type annotations that are not yet supported in the `typing` module
1010
click>=8.1.7 # CLI engine
1111

1212
# All dependencies needed in extras for rucio client should be defined here

requirements/requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ tomli-w==1.2.0
481481
# via pydoc-markdown
482482
typeapi==2.2.4
483483
# via databind
484-
typing-extensions==4.12.2
484+
typing-extensions==4.14.0
485485
# via
486486
# -r requirements.server.txt
487487
# alembic

requirements/requirements.server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ stomp-py==8.2.0
261261
# via -r requirements.server.in
262262
tabulate==0.9.0
263263
# via -r requirements.server.in
264-
typing-extensions==4.12.2
264+
typing-extensions==4.14.0
265265
# via
266266
# alembic
267267
# dogpile-cache

0 commit comments

Comments
 (0)