diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-04 06:05:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-04 06:05:25 +0000 |
| commit | 4ccc7599fd8b776f5c9552e83b3c5994074e83f0 (patch) | |
| tree | fc194e114e2385eb9deb83e08855ec517f1267a5 | |
| parent | d910519ba16bfa433f760306b355f9ef220073e6 (diff) | |
Bump certifi from 2020.12.05 to 2021.5.30
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.05 to 2021.5.30.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2021.05.30)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
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 fb146dd16..4d14dc0cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2020.12.05 +certifi==2021.5.30 babel==2.9.1 flask-babel==2.0.0 flask==1.1.2 |