diff --git a/requirements-ci.txt b/requirements-ci.txt index 48132c5..fc2550b 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,4 +1,4 @@ -aiohttp==3.13.3 +aiohttp==3.13.4 requests==2.33.0 pytz==2026.1.post1 pytest-asyncio==1.3.0 @@ -13,4 +13,4 @@ pylint==4.0.5 isort==8.0.1 pytest-cov==7.1.0 pytest-html==4.2.0 -ruff==0.15.7 \ No newline at end of file +ruff==0.15.8 \ No newline at end of file diff --git a/setup.py b/setup.py index a61b7c7..701e91e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ version=__version__, name="pirateweather", packages=find_packages(), - install_requires=["requests==2.33.0", "pytz==2026.1.post1", "aiohttp==3.13.3"], + install_requires=["requests==2.33.0", "pytz==2026.1.post1", "aiohttp==3.13.4"], description="The Pirate Weather API wrapper", long_description=open("README.md").read(), long_description_content_type="text/markdown",