From 10fb639779798b0bf6b40dc466004bc6cef7c00e Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 3 May 2025 18:05:57 +0200 Subject: [PATCH] Relax dependencies --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index af9d5ef..2d8dcf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] keywords = ["weather", "weather-api", "netherlands", "weather-forecast", "pollen", "belgium", "luxembourg", "rain-radar"] dependencies = [ - "aiohttp>=3.11.13", + "aiohttp>=3.11.0", "async-timeout>=4.0.3", "svgwrite>=1.4.3", ] diff --git a/requirements.txt b/requirements.txt index d37094f..5b11229 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiohttp>=3.11.13 +aiohttp>=3.11.0 async-timeout>=4.0.3 svgwrite>=1.4.3 \ No newline at end of file