Skip to content

chore: Bump Pytest from 8.4.2 to 9.0.0+#854

Merged
vdusek merged 1 commit intomasterfrom
chore/bump-pytest-to-v9
Apr 14, 2026
Merged

chore: Bump Pytest from 8.4.2 to 9.0.0+#854
vdusek merged 1 commit intomasterfrom
chore/bump-pytest-to-v9

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented Apr 14, 2026

Summary

  • Bumps pytest from 8.4.2 to 9.0.3
  • Relaxes the upper bound constraint from <9.0.0 to <10.0.0
  • Includes fix for CVE-2025-71176 (use of insecure temporary directory)

Same 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 lock resolution failed because pytest-asyncio~=1.2.0 at the time required pytest>=8.2,<9 — making it incompatible with pytest 9. The PR was closed, and Renovate's ignore logic kicked in:

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases.

Since then, pytest-asyncio has released a version compatible with pytest 9, resolving the conflict. But Renovate never retried because its "close = ignore forever" behavior blocked all future 9.x PRs. A manual upgrade (this PR) is needed to unblock Renovate for future pytest updates.

🤖 Generated with Claude Code

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>
@github-actions github-actions bot added this to the 138th sprint - Tooling team milestone Apr 14, 2026
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Apr 14, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.64%. Comparing base (b40ad69) to head (44950b6).
⚠️ Report is 4 commits behind head on master.

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           
Flag Coverage Δ
e2e 37.87% <ø> (ø)
integration 59.28% <ø> (ø)
unit 74.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vdusek vdusek changed the title chore(deps-dev): bump pytest from 8.4.2 to 9.0.3 chore: Bump Pytest from 8.4.2 to 9.0.0+ Apr 14, 2026
@vdusek vdusek added the adhoc Ad-hoc unplanned task added during the sprint. label Apr 14, 2026
@vdusek vdusek merged commit 9474a6b into master Apr 14, 2026
31 of 32 checks passed
@vdusek vdusek deleted the chore/bump-pytest-to-v9 branch April 14, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants