Skip to content

Commit

Permalink
Update urllib3 requirement from <1.27,>1.21.1 to >1.21.1,<2.3
Browse files Browse the repository at this point in the history
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.22...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent ad607ce commit 0932147
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,4 +1,4 @@
urllib3<1.27,>1.21.1 # avoid caching bug
urllib3>1.21.1,<2.3 # avoid caching bug
requests_cache
ckanapi>=3.5
flask==3.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ zip_safe = True
packages = hxl_proxy
python_requires = >=3.7
install_requires =
urllib3<1.27,>1.21.1 # avoid caching bug
urllib3>1.21.1,<2.3 # avoid caching bug
requests_cache
ckanapi>=3.5
flask>=2.2.5<2.3 # 2.3 messes up pip dependencies
Expand Down

0 comments on commit 0932147

Please sign in to comment.