Skip to content

ENH: Bump ruff dependency versions to support the latest release of v0.4.0 and Python 3.12 #11025

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

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

HenryAsa
Copy link
Contributor

@HenryAsa HenryAsa commented Apr 19, 2024

Summary

With the release of v0.4.0 of ruff, I noticed that some of ruff's dependencies were not updated to their latest versions. The ruff-pre-commit package released v0.4.0 at the same time ruff was updated, but ruff still referenced v0.3.7 of the package, not the newly updated version. I updated the ruff-pre-commit reference to be v0.4.0.

In a similar light, I noticed that the version of the dill package being used was not the latest version. I bumped dill from version 0.3.7 to 0.3.8, which now fully supports Python 3.12.

Related Issues

Resolves #11024

@charliermarsh charliermarsh enabled auto-merge (squash) April 19, 2024 03:35
@charliermarsh
Copy link
Member

Thanks for bumping.

@charliermarsh charliermarsh added the internal An internal refactor or improvement label Apr 19, 2024
@charliermarsh charliermarsh merged commit 97acf1d into astral-sh:main Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Bump ruff dependency versions to support v0.4.0 and Python 3.12
2 participants