diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index a1867bef133..69f46be2fac 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -46,7 +46,7 @@ requests==2.28.2 scapy==2.5.0 sqlalchemy==2.0.7 typing-extensions>=4.5.0,<5.0 -ulid-transform==0.5.1 +ulid-transform==0.6.0 voluptuous-serialize==2.6.0 voluptuous==0.13.1 yarl==1.8.1 diff --git a/pyproject.toml b/pyproject.toml index fecbea62be9..36e36872bcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "pyyaml==6.0", "requests==2.28.2", "typing-extensions>=4.5.0,<5.0", - "ulid-transform==0.5.1", + "ulid-transform==0.6.0", "voluptuous==0.13.1", "voluptuous-serialize==2.6.0", "yarl==1.8.1", diff --git a/requirements.txt b/requirements.txt index 84726cb49d9..43bb2d6d37c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ python-slugify==4.0.1 pyyaml==6.0 requests==2.28.2 typing-extensions>=4.5.0,<5.0 -ulid-transform==0.5.1 +ulid-transform==0.6.0 voluptuous==0.13.1 voluptuous-serialize==2.6.0 yarl==1.8.1