From 1b5f8cbc01822111c920e90723742dab62bc7c9a Mon Sep 17 00:00:00 2001 From: SukramJ Date: Thu, 5 Sep 2024 16:54:53 +0200 Subject: [PATCH] Update requiements --- pyproject.toml | 8 ++++---- requirements.txt | 6 +++--- requirements_test.txt | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 68f52d42..3a78b37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,10 +24,10 @@ classifiers = [ ] requires-python = ">=3.12.0" dependencies = [ - "aiohttp>=3.9.3", - "orjson>=3.9.15", - "python-slugify>=8.0.4", - "voluptuous>=0.13.1", + "aiohttp>=3.10.0", + "orjson>=3.10.0", + "python-slugify>=8.0.0", + "voluptuous>=0.14.0", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index ea82301a..b486d245 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp>=3.9.5 -orjson>=3.9.15 +aiohttp>=3.10.5 +orjson>=3.10.7 python-slugify>=8.0.4 -voluptuous>=0.13.1 +voluptuous>=0.15.2 diff --git a/requirements_test.txt b/requirements_test.txt index 927cfa5e..0f594620 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -19,3 +19,4 @@ pytest-socket==0.7.0 pytest-timeout==2.3.1 pytest==8.3.2 types-python-slugify==8.0.2.20240310 +uv==0.4.5