From c5cce42ef3267b90fd5e6700ce03139555410de7 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. 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 -> 23.10.0 typing_extensions 4.1.1 -> 4.12.2 zope.interface 5.4.0 -> 7.0.1 --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index a332948a4..1899fbb44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,18 +2,18 @@ attrs==21.4.0 autobahn==21.2.1 Automat==20.2.0 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==23.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