Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements.txt package versions #74

Merged

Conversation

gtjoseph
Copy link
Member

@gtjoseph gtjoseph commented Nov 6, 2024

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

Copy link

github-actions bot commented Nov 6, 2024

REMINDER: If this PR applies to other branches, please add a comment with the appropriate "cherry-pick-to" headers as per the [Create a Pull Request](https://docs.asterisk.org/Development/Policies-and-Procedures/Code-Contribution) process.

If you don't want it cherry-picked, please add a "cherry-pick-to: none" comment so we don't keep asking.

If, after adding "cherry-pick-to" comments, you change your mind, please edit the comment to DELETE the header lines and add "cherry-pick-to: none".

The currently active branches are now 20, 21, 22 and master.

@gtjoseph
Copy link
Member Author

gtjoseph commented Nov 6, 2024

cherry-pick-to: 18
cherry-pick-to: 20
cherry-pick-to: 21
cherry-pick-to: 22
cherry-pick-to: certified/18.9
cherry-pick-to: certified/20.7

@github-actions github-actions bot added cherry-pick-testing-in-progress Cherry-Pick tests in progress cherry-pick-checks-passed Cherry-Pick checks passed and removed cherry-pick-test cherry-pick-testing-in-progress Cherry-Pick tests in progress labels Nov 6, 2024
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
Copy link

Successfully merged to branch master and cherry-picked to ["18","20","21","22","certified/18.9","certified/20.7"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants