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

Commit e7e9f70

Browse files
Bump python-swiftclient from 3.11.1 to 3.12.0
Bumps [python-swiftclient](https://github.com/openstack/swift) from 3.11.1 to 3.12.0. - [Release notes](https://github.com/openstack/swift/releases) - [Changelog](https://github.com/openstack/swift/blob/master/CHANGELOG) - [Commits](https://github.com/openstack/swift/commits) --- updated-dependencies: - dependency-name: python-swiftclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4326655 commit e7e9f70

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
@@ -1,6 +1,6 @@
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
66
certifi==2020.12.05

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",

0 commit comments

Comments
 (0)