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

Commit b750d39

Browse files
authored
Merge pull request #24 from CSCfi/dependencies/bundle-dependabot-updates
Dependencies/bundle dependabot updates
2 parents 4326655 + 4b7b9a5 commit b750d39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
aiohttp==3.7.4.post0
22
requests==2.25.1
3-
python-swiftclient==3.11.1
3+
python-swiftclient==3.12.0
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
install_requires=[
1616
"aiohttp==3.7.4.post0",
1717
"requests==2.25.1",
18-
"python-swiftclient==3.11.1",
18+
"python-swiftclient==3.12.0",
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)