-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Upgrade pinned Python dependencies #12734
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
Conversation
S3 Image Test Results (AMD64 / ARM64) 2 files 2 suites 9m 6s ⏱️ Results for commit 29b85c0. |
@@ -29,7 +29,7 @@ repos: | |||
- id: check-pinned-deps-for-needed-upgrade | |||
|
|||
- repo: https://github.com/python-openapi/openapi-spec-validator | |||
rev: 0.7.1 | |||
rev: 0.8.0b1 |
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.
I wonder why the pre-commit hooks allow updating to beta versions. Maybe we can turn that off?
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.
Good point. Unfortunately, according to the docs of the autoupdate option of the pre-commit CLI, this doesn't seem to be supported right now.
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.
Looks good to me! 🤖 ⬆️
This PR upgrades all the pinned Python dependencies.