diff --git a/requirements.txt b/requirements.txt index 9dacb01..54201ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -urllib3==2.2.0 \ No newline at end of file +urllib3==2.2.1 \ No newline at end of file diff --git a/setup.py b/setup.py index ed22250..2c30951 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.0'], + install_requires=['urllib3==2.2.1'], python_requires='>=3.7', classifiers=["License :: OSI Approved :: MIT License", "Programming Language :: Python",