Skip to content

Commit 7c7b9c8

Browse files
committed
cffi version bump
1 parent f966bb8 commit 7c7b9c8

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,7 +1,7 @@
11
appnope==0.1.3
22
asttokens==2.2.1
33
backcall==0.2.0
4-
cffi==1.15.1
4+
cffi==1.17.1
55
click==8.1.3
66
comm==0.1.3
77
cryptography==40.0.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828

2929
setup(
3030
name="azpype",
31-
version="0.4.3",
31+
version="0.4.4",
3232
description="A native Python interface wrapping AzCopy for bulk data transfer to and from Azure Blob Storage.",
3333
long_description=open('README.md', encoding="UTF-8").read(),
3434
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)