ROB-566 Upgrade pytest to ^9.0.3 to fix CVE-2025-71176#2115
Merged
Conversation
Bump pytest ^6.2.4 -> ^9.0.3 (CVE-2025-71176, medium severity, fixed in 9.0.3; locked at 9.1.1). Lock regenerated with Poetry 1.8.5 to keep the lock-version 2.0 format CI's poetry can read. Obsolete pytest 6 dependencies (atomicwrites, py) drop out of the lock. All tests that don't require a live cluster pass (282 passed, 11 skipped); the cluster-dependent tests fail identically under the old pytest. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TjjSMyvjymxtXMYFQ1NKbu
WalkthroughThis PR updates the ChangesDependency version bump
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
✅ Docker image ready for
Use this tag to pull the image for testing. 📋 Copy commandsgcloud auth configure-docker us-central1-docker.pkg.dev
docker pull us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:d11203f
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:d11203f me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:d11203f
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:d11203fPatch Helm values in one line: helm upgrade --install robusta robusta/robusta \
--reuse-values \
--set runner.image=me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:d11203f |
Avi-Robusta
approved these changes
Jul 9, 2026
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
Updated the pytest dependency to version 9.0.3 or higher to address a security vulnerability (CVE-2025-71176) that affects pytest versions below 9.0.3.
Changes
^6.2.4to^9.0.3in dev dependenciesDetails
This is a security-focused dependency update to mitigate CVE-2025-71176. The previous constraint allowed pytest versions below the patched version, so the minimum version requirement has been raised to ensure the vulnerability is not present in development environments.
https://claude.ai/code/session_01TjjSMyvjymxtXMYFQ1NKbu