Skip to content

Commit

Permalink
Bump ulid-transform to 0.13.1 (home-assistant#122884)
Browse files Browse the repository at this point in the history
* Bump ulid-transform to 0.13.0

changelog: bdraco/ulid-transform@v0.10.1...v0.13.0

* Bump ulid-transform to 0.13.1
  • Loading branch information
bdraco authored Jul 31, 2024
1 parent aa801d9 commit 823910b
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 @@ -55,7 +55,7 @@ PyYAML==6.0.1
requests==2.32.3
SQLAlchemy==2.0.31
typing-extensions>=4.12.2,<5.0
ulid-transform==0.10.1
ulid-transform==0.13.1
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.10.1",
"ulid-transform==0.13.1",
# 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.1
requests==2.32.3
SQLAlchemy==2.0.31
typing-extensions>=4.12.2,<5.0
ulid-transform==0.10.1
ulid-transform==0.13.1
urllib3>=1.26.5,<2
voluptuous==0.15.2
voluptuous-serialize==2.6.0
Expand Down

0 comments on commit 823910b

Please sign in to comment.