From 5a5bb05c1db8d01e4c69cd7484f10508ca4e90d7 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 3 May 2025 17:54:20 +0200 Subject: [PATCH] Update dependencies --- pyproject.toml | 6 +++--- requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f83b60e..ca75f10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,9 @@ classifiers = [ ] keywords = ["weather", "weather-api", "netherlands", "weather-forecast", "pollen", "belgium", "luxembourg", "rain-radar"] dependencies = [ - "aiohttp==3.11.13", - "async-timeout==4.0.3", - "svgwrite==1.4.3", + "aiohttp>=3.11.13", + "async-timeout>=4.0.3", + "svgwrite>=1.4.3", ] requires-python = ">=3.11" diff --git a/requirements.txt b/requirements.txt index bd4e67a..d37094f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiohttp==3.11.13 -async-timeout==4.0.3 -svgwrite==1.4.3 \ No newline at end of file +aiohttp>=3.11.13 +async-timeout>=4.0.3 +svgwrite>=1.4.3 \ No newline at end of file