Browse Source

Bump urllib3 from 1.7 to 1.26.5

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.7 to 1.26.5.
- [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/1.7...1.26.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/urllib3-1.26.5
dependabot[bot] 5 years ago
committed by GitHub
parent
commit
017e50b6e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@ -10,7 +10,7 @@ setup(
author="Brett Langdon",
author_email="brett@blangdon.com",
packages=find_packages(),
install_requires=["urllib3==1.7"],
install_requires=["urllib3==1.26.5"],
setup_requires=["nose>=1.0"],
description="A Memcached like interface to Riak",
license="MIT",


Loading…
Cancel
Save