Skip to content

Commit 9146f90

Browse files
Bump requests from 2.32.5 to 2.33.0 (#120)
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85f3b66 commit 9146f90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp==3.13.3
2-
requests==2.32.5
2+
requests==2.33.0
33
pytz==2026.1.post1
44
pytest-asyncio==1.3.0
55
aioresponses==0.7.8

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.5", "pytz==2026.1.post1", "aiohttp==3.13.3"],
16+
install_requires=["requests==2.33.0", "pytz==2026.1.post1", "aiohttp==3.13.3"],
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)