From 1438fb781b861a01642a7635e2b271b828da930c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:03:03 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.2.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54201ac..34a4ed1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -urllib3==2.2.1 \ No newline at end of file +urllib3==2.2.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 2c30951..09b223a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description="""PyScenicWeather is a client Python wrapper library for Scenic REST APIs. It allows quick and easy consumption of Scenic weather data from Python applications via a simple object model and in a human-friendly fashion.""", include_package_data=True, - install_requires=['urllib3==2.2.1'], + install_requires=['urllib3==2.2.2'], python_requires='>=3.7', classifiers=["License :: OSI Approved :: MIT License", "Programming Language :: Python",