Skip to content

Commit c545322

Browse files
author
SkelSec
committed
bumping version requirements
1 parent 2ce52bf commit c545322

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

msldap/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "0.4.0"
2+
__version__ = "0.4.1"
33
__banner__ = \
44
"""
55
# msldap %s

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"Operating System :: OS Independent",
4848
),
4949
install_requires=[
50-
'unicrypto>=0.0.8',
51-
'asyauth>=0.0.1',
52-
'asysocks>=0.2.0',
50+
'unicrypto>=0.0.9',
51+
'asyauth>=0.0.2',
52+
'asysocks>=0.2.1',
5353
'asn1crypto>=1.3.0',
5454
'minikerberos>=0.3.1',
55-
'winacl>=0.1.2',
55+
'winacl>=0.1.4',
5656
'prompt-toolkit>=3.0.2',
5757
'tqdm',
5858
'wcwidth',

0 commit comments

Comments
 (0)