From 15c22a29a7015494e5f9da41014f76ea75e5192f Mon Sep 17 00:00:00 2001 From: Ingolf Gehrhardt Date: Tue, 14 Jan 2025 19:44:44 +0100 Subject: [PATCH] use latest ijson (at least 3.3.0) --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1619013..eb4fc5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ oauthlib = "^3.1.0" python-magic = "^0.4.15" requests-oauthlib = "^1.3.0" six = "^1.13.0" -ijson = "^2.5.1" +ijson = ">=2.5.1" pytz = "^2019.3" [tool.poetry.dev-dependencies] diff --git a/requirements.txt b/requirements.txt index 3e93c2c..5fe5693 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ coverage==4.5.4 docutils==0.15.2 httpretty==0.9.7 idna==2.8 -ijson==2.5.1 +ijson>=2.5.1 imagesize==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1