-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
fix(deps): Update dependencies for Python 3.12 #4204
fix(deps): Update dependencies for Python 3.12 #4204
Conversation
55daac6
to
7431f51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
FYI looks like your branch is locked so I can't merge the latest changes to get the branch up to date |
* greenlet 2.0.2 -> 3.0.3 * httptools 0.5.0 -> 0.6.1 * uvloop 0.17.0 -> 0.20.0 * pyrdfa3 3.5.3 -> 3.6.4 * rdflib 6.2.0 -> 7.0.0
* packaging 23.0 -> 24.1
Head branch was pushed to by a user without write access
7431f51
to
7d13211
Compare
Thanks for the code review. I've unlocked the branch and also rebased, so it should be an easy fast-forward merge. |
What type of PR is this?
(REQUIRED)
What this PR does / why we need it:
Update the dependencies in
poetry.lock
to support Python 3.12. Notably, this updates:Also update the
packaging
dependency to fix a version clash with a dependency ofpoetry
1.8.3.Which issue(s) this PR fixes:
None filed.
Special notes for your reviewer:
I'm not sure why the renovate bot didn't automatically update these dependencies.
Testing
Tested by building and running the Docker image with the original
python:3.10-slim as python-base
and updatedpython:3.12-slim as python-base
.