Bump ulid-transform to 1.0.2 (#124544)
changelog: https://github.com/bdraco/ulid-transform/compare/v0.13.1...v1.0.2 python 3.13 support added python 3.10 support dropped
This commit is contained in:
parent
c9e7c76ee5
commit
f84a04e113
3 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ PyYAML==6.0.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
SQLAlchemy==2.0.31
|
SQLAlchemy==2.0.31
|
||||||
typing-extensions>=4.12.2,<5.0
|
typing-extensions>=4.12.2,<5.0
|
||||||
ulid-transform==0.13.1
|
ulid-transform==1.0.2
|
||||||
urllib3>=1.26.5,<2
|
urllib3>=1.26.5,<2
|
||||||
voluptuous-openapi==0.0.5
|
voluptuous-openapi==0.0.5
|
||||||
voluptuous-serialize==2.6.0
|
voluptuous-serialize==2.6.0
|
||||||
|
|
|
@ -61,7 +61,7 @@ dependencies = [
|
||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"SQLAlchemy==2.0.31",
|
"SQLAlchemy==2.0.31",
|
||||||
"typing-extensions>=4.12.2,<5.0",
|
"typing-extensions>=4.12.2,<5.0",
|
||||||
"ulid-transform==0.13.1",
|
"ulid-transform==1.0.2",
|
||||||
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
|
# 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
|
# Temporary setting an upper bound, to prevent compat issues with urllib3>=2
|
||||||
# https://github.com/home-assistant/core/issues/97248
|
# https://github.com/home-assistant/core/issues/97248
|
||||||
|
|
|
@ -36,7 +36,7 @@ PyYAML==6.0.2
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
SQLAlchemy==2.0.31
|
SQLAlchemy==2.0.31
|
||||||
typing-extensions>=4.12.2,<5.0
|
typing-extensions>=4.12.2,<5.0
|
||||||
ulid-transform==0.13.1
|
ulid-transform==1.0.2
|
||||||
urllib3>=1.26.5,<2
|
urllib3>=1.26.5,<2
|
||||||
voluptuous==0.15.2
|
voluptuous==0.15.2
|
||||||
voluptuous-serialize==2.6.0
|
voluptuous-serialize==2.6.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue