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.

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
  • Loading branch information
gtjoseph committed Nov 6, 2024
1 parent 2b9f1be commit c5cce42
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ 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
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
zope.interface==7.0.1
https://github.com/asterisk/starpy/archive/refs/heads/1.1.zip

0 comments on commit c5cce42

Please sign in to comment.