Skip to content

Commit 0e1dde8

Browse files
Bump the non-major-versions group with 3 updates (#39)
Bumps the non-major-versions group with 3 updates: [aiohttp](https://github.com/aio-libs/aiohttp), [yarl](https://github.com/aio-libs/yarl) and [ruff](https://github.com/astral-sh/ruff). Updates `aiohttp` from 3.11.16 to 3.11.18 - [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.11.16...v3.11.18) Updates `yarl` from 1.19.0 to 1.20.0 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.19.0...v1.20.0) Updates `ruff` from 0.11.5 to 0.11.6 - [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.11.5...0.11.6) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.11.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: yarl dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: ruff dependency-version: 0.11.6 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 137f3f6 commit 0e1dde8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-ci.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
aiohttp==3.11.16
1+
aiohttp==3.11.18
22
requests==2.32.3
33
pytz==2025.2
44
pytest-asyncio==0.26.0
55
aioresponses==0.7.8
66
mock==5.2.0
77
pytest==8.3.5
8-
yarl==1.19.0
8+
yarl==1.20.0
99
codecov==2.1.13
1010
pytest-cov==6.1.1
1111
flake8==7.2.0
1212
pylint==3.3.6
1313
isort==6.0.1
1414
pytest-cov==6.1.1
1515
pytest-html==4.1.1
16-
ruff==0.11.5
16+
ruff==0.11.6

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.3", "pytz==2025.2", "aiohttp==3.11.16"],
16+
install_requires=["requests==2.32.3", "pytz==2025.2", "aiohttp==3.11.18"],
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)