Skip to content

Commit

Permalink
Merge pull request #21 from ScenicWeather/dependabot/pip/urllib3-2.2.2
Browse files Browse the repository at this point in the history
Bump urllib3 from 2.2.1 to 2.2.2
  • Loading branch information
Snowda authored Jun 30, 2024
2 parents 6e91e59 + 1438fb7 commit df9ba5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
urllib3==2.2.1
urllib3==2.2.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit df9ba5f

Please sign in to comment.