Skip to content

Commit

Permalink
Merge pull request #454 from GoSecure/dependency-update-202312
Browse files Browse the repository at this point in the history
Dependency version refresh
  • Loading branch information
obilodeau authored Dec 6, 2023
2 parents cb75e75 + 0ca671c commit ab88c0d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ classifiers = [
]
dependencies = [
'appdirs>=1,<2',
'cryptography>=3.3.2,<37',
'cryptography>=3.3.2,<42',
'names>=0,<1',
'progressbar2>=3.20,<5',
'pyasn1>=0,<1',
'pycryptodome>=3.5,<4',
'pyopenssl>=19,<22',
'pyopenssl>=19,<24',
'pytz',
'rsa>=4,<5',
'scapy>=2.4,<3',
Expand Down
30 changes: 15 additions & 15 deletions requirements-slim.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
appdirs==1.4.4
attrs==22.1.0
attrs==23.1.0
Automat==22.10.0
cffi==1.15.1
constantly==15.1.0
cryptography==36.0.2
cffi==1.16.0
constantly==23.10.4
cryptography==41.0.7
hyperlink==21.0.0
idna==3.4
idna==3.6
incremental==22.10.0
names==0.3.0
progressbar2==4.2.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pycryptodome==3.16.0
pyOpenSSL==21.0.0
pytz==2022.7
pycryptodome==3.19.0
pyOpenSSL==23.3.0
pytz==2023.3.post1
rsa==4.9
scapy==2.4.5
service-identity==21.1.0
scapy==2.5.0
service-identity==23.1.0
six==1.16.0
Twisted==22.10.0
typing_extensions==4.4.0
zope.interface==5.5.2
Twisted==23.10.0
typing_extensions==4.8.0
zope.interface==6.1
40 changes: 20 additions & 20 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
appdirs==1.4.4
attrs==22.1.0
attrs==23.1.0
Automat==22.10.0
av==8.1.0
cffi==1.15.1
constantly==15.1.0
cryptography==36.0.2
av==11.0.0
cffi==1.16.0
constantly==23.10.4
cryptography==41.0.7
hyperlink==21.0.0
idna==3.4
idna==3.6
incremental==22.10.0
names==0.3.0
numpy==1.24.0
numpy==1.24.4
progressbar2==4.2.0
py-notifier==0.3.2
pyasn1==0.4.8
pyasn1-modules==0.2.8
py-notifier==0.5.0
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pycryptodome==3.16.0
pyOpenSSL==21.0.0
pycryptodome==3.19.0
pyOpenSSL==23.3.0
PySide2==5.15.2.1
python-utils==3.4.5
pytz==2022.7
qimage2ndarray==1.9.0
python-utils==3.8.1
pytz==2023.3.post1
qimage2ndarray==1.10.0
rsa==4.9
scapy==2.4.5
service-identity==21.1.0
scapy==2.5.0
service-identity==23.1.0
shiboken2==5.15.2.1
six==1.16.0
Twisted==22.10.0
typing_extensions==4.4.0
zope.interface==5.5.2
Twisted==23.10.0
typing_extensions==4.8.0
zope.interface==6.1

0 comments on commit ab88c0d

Please sign in to comment.