From aa88c8b753dcd3fbea8fc2d0876ef997fa9d64b9 Mon Sep 17 00:00:00 2001 From: sebastianMindee Date: Fri, 22 Nov 2024 10:04:10 +0100 Subject: [PATCH 1/2] :arrow_up: loosen pin on requests to allow for up-to-date compatible versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4cae3e1..3e1e4e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "pypdfium2>=4.0,<5", "Pillow>=9.5.0", "pytz>=2023.3", - "requests~=2.31.0", + "requests>=2.31.0", ] [project.urls] @@ -47,7 +47,7 @@ lint = [ "pylint==3.2.7", "pre-commit~=3.2.2", "types-pytz>=2023.3", - "types-requests~=2.31", + "types-requests>=2.31", ] test = [ "toml~=0.10.2", From 5fea6afccb98245c46f3991a1dcef4a625c6fda8 Mon Sep 17 00:00:00 2001 From: sebastianMindee Date: Fri, 22 Nov 2024 10:31:50 +0100 Subject: [PATCH 2/2] add init to ind test space --- tests/product/ind/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/product/ind/__init__.py diff --git a/tests/product/ind/__init__.py b/tests/product/ind/__init__.py new file mode 100644 index 00000000..e69de29b