Skip to content

Commit

Permalink
Update requirements.txt package versions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gtjoseph committed Nov 8, 2024
1 parent 2b9f1be commit 4181fb3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
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
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
zope.interface==7.0.1
https://github.com/asterisk/starpy/archive/refs/heads/1.1.zip

0 comments on commit 4181fb3

Please sign in to comment.