Skip to content

Commit

Permalink
Merge pull request #61 from ustudio/dependabot/pip/rsa-4.1
Browse files Browse the repository at this point in the history
Bump rsa from 4.0 to 4.1
  • Loading branch information
tjensen authored Mar 24, 2021
2 parents a51e5d8 + 64cdad1 commit 65d0e7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install via pip:
pip install object_storage
```

The current version is `0.14.3`.
The current version is `0.14.4`.
For Python 2.7, use the latest release from the `v0.12` branch.

## Quick Start ##
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python-dateutil==2.8.0
python-swiftclient==3.8.0
pytz==2019.2
requests==2.22.0
rsa==4.0
rsa==4.1
s3transfer==0.3.3
six==1.12.0
stevedore==1.30.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]

setup(name="object_storage",
version="0.14.3",
version="0.14.4",
description="Python library for accessing files over various file transfer protocols.",
url="https://github.com/ustudio/storage",
packages=["storage"],
Expand Down

0 comments on commit 65d0e7e

Please sign in to comment.