Skip to content

Commit

Permalink
Merge pull request #386 from GoSecure/pre-1.2-deps-update
Browse files Browse the repository at this point in the history
Pre-release dependency updates
  • Loading branch information
obilodeau authored Jan 19, 2022
2 parents 5841e28 + 7cbe514 commit de545be
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
22 changes: 11 additions & 11 deletions requirements-slim.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
appdirs==1.4.4
attrs==21.2.0
attrs==21.4.0
Automat==20.2.0
cffi==1.14.6
cffi==1.15.0
constantly==15.1.0
cryptography==3.4.7
cryptography==36.0.1
hyperlink==21.0.0
idna==3.2
idna==3.3
incremental==21.3.0
names==0.3.0
progressbar2==3.53.1
progressbar2==4.0.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pycryptodome==3.10.1
pyOpenSSL==19.1.0
pytz==2021.1
rsa==4.7.2
pycparser==2.21
pycryptodome==3.12.0
pyOpenSSL==21.0.0
pytz==2021.3
rsa==4.8
scapy==2.4.5
service-identity==21.1.0
six==1.16.0
Twisted==21.7.0
typing-extensions==3.10.0.0
typing_extensions==4.0.1
zope.interface==5.4.0
33 changes: 17 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
appdirs==1.4.4
attrs==21.2.0
attrs==21.4.0
Automat==20.2.0
av==8.0.3
cffi==1.14.6
av==8.1.0
cffi==1.15.0
constantly==15.1.0
cryptography==3.4.7
cryptography==36.0.1
hyperlink==21.0.0
idna==3.2
idna==3.3
incremental==21.3.0
names==0.3.0
progressbar2==3.53.1
numpy==1.22.1
progressbar2==4.0.0
py-notifier==0.3.2
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pycryptodome==3.10.1
pyOpenSSL==19.1.0
PySide2==5.15.2
python-utils==2.5.6
pytz==2021.1
pycparser==2.21
pycryptodome==3.12.0
pyOpenSSL==21.0.0
PySide2==5.15.2.1
python-utils==3.1.0
pytz==2021.3
qimage2ndarray==1.8.3
rsa==4.7.2
rsa==4.8
scapy==2.4.5
service-identity==21.1.0
shiboken2==5.15.2
shiboken2==5.15.2.1
six==1.16.0
Twisted==21.7.0
typing-extensions==3.10.0.0
typing_extensions==4.0.1
zope.interface==5.4.0
py-notifier==0.3.2
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
],
install_requires=[
'appdirs>=1,<2',
'cryptography>=3.3.2,<4',
'cryptography>=3.3.2,<37',
'names>=0,<1',
'progressbar2>=3.20,<4',
'progressbar2>=3.20,<5',
'pyasn1>=0,<1',
'pycryptodome>=3.5,<4',
'pyopenssl>=19,<20',
'pyopenssl>=19,<22',
'pytz',
'rsa>=4,<5',
'scapy>=2.4,<3',
Expand All @@ -47,9 +47,9 @@
extras_require={
"full": [
'wheel>=0.34.2',
'av>=8',
'av>=8,<9',
'PySide2>=5.12,<6',
'qimage2ndarray>=1.6',
'qimage2ndarray>=1.6,<2',
'py-notifier>=0.3.0',
'win10toast>=0.9;platform_system=="Windows"',
]
Expand Down

0 comments on commit de545be

Please sign in to comment.