diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-06 18:04:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 18:04:28 +0000 |
commit | d5366cb0654eb742c32c8d432dcfbc5f2b2ba2d5 (patch) | |
tree | 67367634feeb63f5f27255a9999d44dd1e67d8d8 | |
parent | dc51a02b2e795cf02270ba982f7c8241060b04f9 (diff) | |
download | markupsafe-d5366cb0654eb742c32c8d432dcfbc5f2b2ba2d5.tar.gz |
[Security] Bump urllib3 from 1.26.3 to 1.26.4
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.4. **This update includes a security fix.**
- [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.26.3...1.26.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | requirements/dev.txt | 2 | ||||
-rw-r--r-- | requirements/docs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements/dev.txt b/requirements/dev.txt index 218acf3..11413bc 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -117,7 +117,7 @@ typed-ast==1.4.2 # via mypy typing-extensions==3.7.4.3 # via mypy -urllib3==1.26.3 +urllib3==1.26.4 # via requests virtualenv==20.4.2 # via diff --git a/requirements/docs.txt b/requirements/docs.txt index 2303671..1f7c3d9 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -60,7 +60,7 @@ sphinxcontrib-qthelp==1.0.3 # via sphinx sphinxcontrib-serializinghtml==1.1.4 # via sphinx -urllib3==1.26.3 +urllib3==1.26.4 # via requests # The following packages are considered to be unsafe in a requirements file: |