Update dependencies

This commit is contained in:
Jules 2025-05-03 17:54:20 +02:00
parent ccd8254c8f
commit 5a5bb05c1d
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -1,3 +1,3 @@
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