Skip to content

Commit

Permalink
Bump ulid-transform to 1.0.2 (home-assistant#124544)
Browse files Browse the repository at this point in the history
changelog: bdraco/ulid-transform@v0.13.1...v1.0.2

python 3.13 support added
python 3.10 support dropped
  • Loading branch information
bdraco authored Aug 25, 2024
1 parent c9e7c76 commit f84a04e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ PyYAML==6.0.2
requests==2.32.3
SQLAlchemy==2.0.31
typing-extensions>=4.12.2,<5.0
ulid-transform==0.13.1
ulid-transform==1.0.2
urllib3>=1.26.5,<2
voluptuous-openapi==0.0.5
voluptuous-serialize==2.6.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies = [
"requests==2.32.3",
"SQLAlchemy==2.0.31",
"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
# Temporary setting an upper bound, to prevent compat issues with urllib3>=2
# https://github.com/home-assistant/core/issues/97248
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PyYAML==6.0.2
requests==2.32.3
SQLAlchemy==2.0.31
typing-extensions>=4.12.2,<5.0
ulid-transform==0.13.1
ulid-transform==1.0.2
urllib3>=1.26.5,<2
voluptuous==0.15.2
voluptuous-serialize==2.6.0
Expand Down

0 comments on commit f84a04e

Please sign in to comment.