Skip to content

Commit d31d6f5

Browse files
Bump the non-major-versions group with 2 updates (#57)
Bumps the non-major-versions group with 2 updates: [aiohttp](https://github.com/aio-libs/aiohttp) and [ruff](https://github.com/astral-sh/ruff). Updates `aiohttp` from 3.12.13 to 3.12.14 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.12.13...v3.12.14) Updates `ruff` from 0.12.2 to 0.12.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.12.2...0.12.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: ruff dependency-version: 0.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6028d78 commit d31d6f5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements-ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.12.13
1+
aiohttp==3.12.14
22
requests==2.32.4
33
pytz==2025.2
44
pytest-asyncio==1.0.0
@@ -13,4 +13,4 @@ pylint==3.3.7
1313
isort==6.0.1
1414
pytest-cov==6.2.1
1515
pytest-html==4.1.1
16-
ruff==0.12.2
16+
ruff==0.12.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
version=__version__,
1414
name="pirateweather",
1515
packages=find_packages(),
16-
install_requires=["requests==2.32.4", "pytz==2025.2", "aiohttp==3.12.13"],
16+
install_requires=["requests==2.32.4", "pytz==2025.2", "aiohttp==3.12.14"],
1717
description="The Pirate Weather API wrapper",
1818
long_description=open("README.md").read(),
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)