Update typing-extensions to 4.12.1 (#118615)
This commit is contained in:
parent
1f922798d8
commit
e485a0c6f2
3 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ pyudev==0.24.1
|
|||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
SQLAlchemy==2.0.30
|
||||
typing-extensions>=4.12.0,<5.0
|
||||
typing-extensions>=4.12.1,<5.0
|
||||
ulid-transform==0.9.0
|
||||
urllib3>=1.26.5,<2
|
||||
voluptuous-serialize==2.6.0
|
||||
|
|
|
@ -61,7 +61,7 @@ dependencies = [
|
|||
"PyYAML==6.0.1",
|
||||
"requests==2.31.0",
|
||||
"SQLAlchemy==2.0.30",
|
||||
"typing-extensions>=4.12.0,<5.0",
|
||||
"typing-extensions>=4.12.1,<5.0",
|
||||
"ulid-transform==0.9.0",
|
||||
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
|
||||
# Temporary setting an upper bound, to prevent compat issues with urllib3>=2
|
||||
|
|
|
@ -36,7 +36,7 @@ python-slugify==8.0.4
|
|||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
SQLAlchemy==2.0.30
|
||||
typing-extensions>=4.12.0,<5.0
|
||||
typing-extensions>=4.12.1,<5.0
|
||||
ulid-transform==0.9.0
|
||||
urllib3>=1.26.5,<2
|
||||
voluptuous==0.13.1
|
||||
|
|
Loading…
Add table
Reference in a new issue