diff --git a/requirements-ci.txt b/requirements-ci.txt index fc2550b..b48590b 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,5 +1,5 @@ -aiohttp==3.13.4 -requests==2.33.0 +aiohttp==3.13.5 +requests==2.33.1 pytz==2026.1.post1 pytest-asyncio==1.3.0 aioresponses==0.7.8 @@ -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.8 \ No newline at end of file +ruff==0.15.9 \ No newline at end of file diff --git a/setup.py b/setup.py index 701e91e..8ba1d1d 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.4"], + install_requires=["requests==2.33.1", "pytz==2026.1.post1", "aiohttp==3.13.5"], description="The Pirate Weather API wrapper", long_description=open("README.md").read(), long_description_content_type="text/markdown",