Merged
Conversation
Bump pytest to v9.0.3 which includes a fix for CVE-2025-71176 (use of insecure temporary directory). Also relaxes the upper bound from <9.0.0 to <10.0.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #854 +/- ##
=======================================
Coverage 86.64% 86.64%
=======================================
Files 48 48
Lines 2920 2920
=======================================
Hits 2530 2530
Misses 390 390
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<9.0.0to<10.0.0Same update as apify/apify-client-python#721
Why wasn't this done by Renovate?
Renovate opened a PR for pytest v9 back on 2025-11-10, but the
uv lockresolution failed becausepytest-asyncio~=1.2.0at the time requiredpytest>=8.2,<9— making it incompatible with pytest 9. The PR was closed, and Renovate's ignore logic kicked in:Since then,
pytest-asynciohas released a version compatible with pytest 9, resolving the conflict. But Renovate never retried because its "close = ignore forever" behavior blocked all future9.xPRs. A manual upgrade (this PR) is needed to unblock Renovate for future pytest updates.🤖 Generated with Claude Code