From 4181fb384072ad694f05310a69bc11645af924e3 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Mon, 4 Nov 2024 15:56:27 -0700 Subject: [PATCH] Update requirements.txt package versions Some of the packages stopped being able to be built with the latest distros and compilers so they've been updated to current versions. Also, Python 3.13 remove the "cgi" package which older versions of Twisted needed so that needed to be updated to 24.10.0. attr 21.4.0 -> 24.2.0 Automat 20.2.0 -> 24.8.1 cffi 1.15.0 -> 1.17.1 incremental 21.3.0 -> 24.7.2 lxml 5.1.0 -> 5.3.0 pycparser 2.21 -> 2.22 Twisted 22.4.0 -> 24.10.0 typing_extensions 4.1.1 -> 4.12.2 zope.interface 5.4.0 -> 7.0.1 --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index a332948a4..c1330a6c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ -attrs==21.4.0 +attrs==24.2.0 autobahn==21.2.1 -Automat==20.2.0 +Automat==24.8.1 certifi==2021.10.8 -cffi==1.15.0 +cffi==1.17.1 charset-normalizer==2.0.12 constantly==15.1.0 construct==2.10.68 Cython>=0.29.34,<3.0.0 hyperlink==21.0.0 idna==3.3 -incremental==21.3.0 -lxml==5.1.0 +incremental==24.7.2 +lxml==5.3.0 netifaces>=0.10.4 numpy>=1.19.5 -pycparser==2.21 +pycparser==2.22 pyOpenSSL==24.0.0 PyYAML==6.0.1 PyXB-X==1.2.6.1 @@ -21,9 +21,9 @@ rawsocket==0.2 requests==2.27.1 service_identity==24.1.0 six==1.16.0 -Twisted==22.4.0 +Twisted==24.10.0 txaio==22.2.1 -typing_extensions==4.1.1 +typing_extensions==4.12.2 urllib3==1.26.9 -zope.interface==5.4.0 -https://github.com/asterisk/starpy/archive/refs/heads/1.1.zip \ No newline at end of file +zope.interface==7.0.1 +https://github.com/asterisk/starpy/archive/refs/heads/1.1.zip