Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 5ae8580

Browse files
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](certifi/python-certifi@2020.12.05...2021.05.30) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2fd631c commit 5ae8580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ requests==2.25.1
33
python-swiftclient==3.11.1
44
keystoneauth1==4.3.1
55
git+https://github.com/cscfi/swift-browser-ui.git
6-
certifi==2020.12.05
6+
certifi==2021.5.30
77
gunicorn>=20.0.1
88
uvloop==0.15.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"keystoneauth1==4.3.1",
2020
"gunicorn>=20.0.1",
2121
"uvloop==0.15.2",
22-
"certifi==2020.12.05",
22+
"certifi==2021.5.30",
2323
"swift-browser-ui" "@ git+https://github.com/cscfi/swift-browser-ui.git",
2424
],
2525
extras_require={

0 commit comments

Comments
 (0)