Skip to content

Commit 3a8d909

Browse files
Bump pytz from 2026.1.post1 to 2026.2 in the non-major-versions group
Bumps the non-major-versions group with 1 update: [pytz](https://github.com/stub42/pytz). Updates `pytz` from 2026.1.post1 to 2026.2 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2026.1.post1...release_2026.2) --- updated-dependencies: - dependency-name: pytz dependency-version: '2026.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8a0805 commit 3a8d909

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp==3.13.5
22
requests==2.33.1
3-
pytz==2026.1.post1
3+
pytz==2026.2
44
pytest-asyncio==1.3.0
55
aioresponses==0.7.8
66
mock==5.2.0

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.33.1", "pytz==2026.1.post1", "aiohttp==3.13.5"],
16+
install_requires=["requests==2.33.1", "pytz==2026.2", "aiohttp==3.13.5"],
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)