From dfe55bf69dc5bb1f31ec17131ad042482dd825fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:12:11 +0000 Subject: [PATCH] Bump aiohttp from 3.13.2 to 3.13.3 in the non-major-versions group --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 9e79224..f6a7c36 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,4 +1,4 @@ -aiohttp==3.13.2 +aiohttp==3.13.3 requests==2.32.5 pytz==2025.2 pytest-asyncio==1.3.0 diff --git a/setup.py b/setup.py index 49cbed9..8ca7ad9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ version=__version__, name="pirateweather", packages=find_packages(), - install_requires=["requests==2.32.5", "pytz==2025.2", "aiohttp==3.13.2"], + install_requires=["requests==2.32.5", "pytz==2025.2", "aiohttp==3.13.3"], description="The Pirate Weather API wrapper", long_description=open("README.md").read(), long_description_content_type="text/markdown",