From 4346bb81361edf2519ff7a74f161c47b48dec883 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 5 Dec 2023 20:26:14 -0500 Subject: [PATCH 1/3] Requirements dependency updates --- requirements-slim.txt | 30 +++++++++++++++--------------- requirements.txt | 40 ++++++++++++++++++++-------------------- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/requirements-slim.txt b/requirements-slim.txt index 61688ecb9..4e8abf399 100644 --- a/requirements-slim.txt +++ b/requirements-slim.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 385c643a5..d719ffc7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.26.2 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 From f94725e7f567519df1a980d1c0458759af402f8c Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 5 Dec 2023 20:26:33 -0500 Subject: [PATCH 2/3] Project dependency updates --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6f146c964..10ed69d4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,12 +39,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', From 0ca671c0b500ca5774e18ebe6530df3bc7eec843 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Tue, 5 Dec 2023 21:06:28 -0500 Subject: [PATCH 3/3] rolled back numpy to a version that supports Python 3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d719ffc7a..0e77d6b6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ hyperlink==21.0.0 idna==3.6 incremental==22.10.0 names==0.3.0 -numpy==1.26.2 +numpy==1.24.4 progressbar2==4.2.0 py-notifier==0.5.0 pyasn1==0.5.1