diff --git a/requires.txt b/requires.txt index 2a7264a..9f5fb3e 100644 --- a/requires.txt +++ b/requires.txt @@ -2,6 +2,6 @@ lxml requests Pillow arrow -stream-inflate==0.0.14 +stream-inflate==0.0.40 stream-unzip httpx \ No newline at end of file diff --git a/setup.py b/setup.py index 20f47f1..5963dd3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="simple_dwd_weatherforecast", - version="2.1.10", + version="2.1.11", author="Max Fermor", description="A simple tool to retrieve a weather forecast from DWD OpenData", long_description=long_description, @@ -25,7 +25,7 @@ "requests", "Pillow", "arrow", - "stream-inflate==0.0.14", + "stream-inflate==0.0.40", "stream-unzip", "httpx", ],