diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-02 00:29:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 00:29:39 +0000 |
commit | 7fd22a2f4ec464ad584982fbfdfc7be678b0c6b2 (patch) | |
tree | 56339c2421568dd22d5a8ade0b88a9ec9516359c | |
parent | 288e82a8d987099fe165cc026d00cbfb1fabcef6 (diff) |
Bump urllib3 from 1.25.8 to 1.26.5
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 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.25.8...1.26.5)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 01466f5..16f6f23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ beautifulsoup4==4.8.1
requests==2.22.0
-urllib3==1.25.8
+urllib3==1.26.5
|