From 81796fbf7bf3fff21cf0af7f19d62b12b1848fed Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 13 May 2023 16:06:32 +0900 Subject: [PATCH] Bump orjson to 3.8.12 (#92935) changes: https://github.com/ijl/orjson/releases/tag/3.8.12 --- 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 396e91b715a..ae2b0fef90b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -33,7 +33,7 @@ janus==1.0.0 jinja2==3.1.2 lru-dict==1.1.8 mutagen==1.46.0 -orjson==3.8.11 +orjson==3.8.12 paho-mqtt==1.6.1 pillow==9.5.0 pip>=21.0,<23.2 diff --git a/pyproject.toml b/pyproject.toml index 5027e8ae0d7..11d0f910067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "cryptography==40.0.2", # pyOpenSSL 23.1.0 is required to work with cryptography 39+ "pyOpenSSL==23.1.0", - "orjson==3.8.11", + "orjson==3.8.12", "pip>=21.0,<23.2", "python-slugify==4.0.1", "pyyaml==6.0", diff --git a/requirements.txt b/requirements.txt index 75a5d6269ef..5931440dccb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ lru-dict==1.1.8 PyJWT==2.6.0 cryptography==40.0.2 pyOpenSSL==23.1.0 -orjson==3.8.11 +orjson==3.8.12 pip>=21.0,<23.2 python-slugify==4.0.1 pyyaml==6.0