From 2636a46a5f624617c2086ef146e7e747a6d87aa1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 2 May 2023 01:46:14 -0500 Subject: [PATCH] Bump ulid-transform to 0.7.2 (#92344) --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 7a5d8cdffc9e..cfac6ae32778 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -47,7 +47,7 @@ requests==2.29.0 scapy==2.5.0 sqlalchemy==2.0.12 typing-extensions>=4.5.0,<5.0 -ulid-transform==0.7.0 +ulid-transform==0.7.2 voluptuous-serialize==2.6.0 voluptuous==0.13.1 webrtcvad==2.0.10 diff --git a/pyproject.toml b/pyproject.toml index b2663ebe886b..5027e8ae0d7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "pyyaml==6.0", "requests==2.29.0", "typing-extensions>=4.5.0,<5.0", - "ulid-transform==0.7.0", + "ulid-transform==0.7.2", "voluptuous==0.13.1", "voluptuous-serialize==2.6.0", "yarl==1.9.2", diff --git a/requirements.txt b/requirements.txt index d59a4f976521..75a5d6269ef9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ python-slugify==4.0.1 pyyaml==6.0 requests==2.29.0 typing-extensions>=4.5.0,<5.0 -ulid-transform==0.7.0 +ulid-transform==0.7.2 voluptuous==0.13.1 voluptuous-serialize==2.6.0 yarl==1.9.2