File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ tabulate>=0.9.0 # Pretty-print tabul
66jsonschema>=4.23.0 # For JSON schema validation (Policy modules)
77packaging>=24.2 # Packaging utilities
88rich>=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
1010click>=8.1.7 # CLI engine
1111
1212# All dependencies needed in extras for rucio client should be defined here
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ tomli-w==1.2.0
481481 # via pydoc-markdown
482482typeapi==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
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ stomp-py==8.2.0
261261 # via -r requirements.server.in
262262tabulate==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
You can’t perform that action at this time.
0 commit comments