From 5d6687503ef75a1965b28a95b0eb551ff5c2f0b8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 23 Feb 2024 21:47:29 -1000 Subject: [PATCH] Bump orjson to 3.9.15 (#111233) changelog: https://github.com/ijl/orjson/compare/3.9.14...3.9.15 --- 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 610845c7b29a..57607b23f36d 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -38,7 +38,7 @@ janus==1.0.0 Jinja2==3.1.3 lru-dict==1.3.0 mutagen==1.47.0 -orjson==3.9.14 +orjson==3.9.15 packaging>=23.1 paho-mqtt==1.6.1 Pillow==10.2.0 diff --git a/pyproject.toml b/pyproject.toml index c5638250afab..9f5ef0d4dc2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "cryptography==42.0.3", # pyOpenSSL 23.2.0 is required to work with cryptography 41+ "pyOpenSSL==24.0.0", - "orjson==3.9.14", + "orjson==3.9.15", "packaging>=23.1", "pip>=21.3.1", "python-slugify==8.0.1", diff --git a/requirements.txt b/requirements.txt index 1fd6e5f9f08d..c751537058f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ lru-dict==1.3.0 PyJWT==2.8.0 cryptography==42.0.3 pyOpenSSL==24.0.0 -orjson==3.9.14 +orjson==3.9.15 packaging>=23.1 pip>=21.3.1 python-slugify==8.0.1