Skip to content

Commit

Permalink
Bump urllib3 from 1.25.5 to 1.26.5
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.5 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.25.5...1.26.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 31, 2023
1 parent fd1177d commit 7d5ff42
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==2.0.2
urllib3==1.26.5
requests_cache==1.0.1
ckanapi>=3.5
flask==2.3.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
include_package_data = True,
zip_safe = False,
install_requires=[
'urllib3==1.25.5', # avoid caching bug
'urllib3==1.26.5', # avoid caching bug
'requests_cache==0.9.8', # avoid caching bug
'ckanapi>=3.5',
'flask>=2.1.2',
Expand Down

0 comments on commit 7d5ff42

Please sign in to comment.