From c3aa25f0567597518e4f475806069c58d4c70d65 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 12 Jun 2023 16:19:04 -1000 Subject: [PATCH] Bump orjson to 3.9.1 There is a fix for a memory leak if the `default` handler raises https://github.com/ijl/orjson/compare/3.8.14...3.9.1 --- 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 f30433d0a79cb4..5ca227ef38936f 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -30,7 +30,7 @@ janus==1.0.0 Jinja2==3.1.2 lru-dict==1.1.8 mutagen==1.46.0 -orjson==3.8.12 +orjson==3.9.1 paho-mqtt==1.6.1 Pillow==9.5.0 pip>=21.0,<23.2 diff --git a/pyproject.toml b/pyproject.toml index 60c534b8bf2cb2..10932bbd50b3c6 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.12", + "orjson==3.9.1", "pip>=21.0,<23.2", "python-slugify==4.0.1", "PyYAML==6.0", diff --git a/requirements.txt b/requirements.txt index ee8b2d7821a073..a51216b899f26d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ lru-dict==1.1.8 PyJWT==2.7.0 cryptography==40.0.2 pyOpenSSL==23.1.0 -orjson==3.8.12 +orjson==3.9.1 pip>=21.0,<23.2 python-slugify==4.0.1 PyYAML==6.0