From 6d979d21a664116bd623e1522780d4d789d8eaaf Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 19 Jan 2024 00:36:48 -1000 Subject: [PATCH] Bump orjson to 3.9.12 (#108350) --- 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 1c9876c6499..85db3c67ec6 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -36,7 +36,7 @@ janus==1.0.0 Jinja2==3.1.3 lru-dict==1.3.0 mutagen==1.47.0 -orjson==3.9.10 +orjson==3.9.12 packaging>=23.1 paho-mqtt==1.6.1 Pillow==10.1.0 diff --git a/pyproject.toml b/pyproject.toml index 4e2dfb9a77e..7fcdeac3fb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "cryptography==41.0.7", # pyOpenSSL 23.2.0 is required to work with cryptography 41+ "pyOpenSSL==23.2.0", - "orjson==3.9.10", + "orjson==3.9.12", "packaging>=23.1", "pip>=21.3.1", "python-slugify==4.0.1", diff --git a/requirements.txt b/requirements.txt index fb6beb22b4a..948811d4940 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ lru-dict==1.3.0 PyJWT==2.8.0 cryptography==41.0.7 pyOpenSSL==23.2.0 -orjson==3.9.10 +orjson==3.9.12 packaging>=23.1 pip>=21.3.1 python-slugify==4.0.1