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

Commit b77eb4a

Browse files
committed
Merge branch 'dependabot/pip/devel/certifi-2021.5.30' into dependencies/bundle-dependabot-updates
2 parents 4326655 + 5ae8580 commit b77eb4a

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)