You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR updates pytest to 9.0.0 and bumps versions of all dependencies used for development. It also generates a new lockfile for Bazel/CI.
This also updates our pytest config section in pyproject.toml to use the new native toml format.
🔄 Types of changes
Dev/Build/CI
PR Type
Enhancement
Description
Bump pytest from 8.4.2 to 9.0.0
Update all development dependencies to latest versions
Regenerate lockfile for Bazel/CI consistency
Diagram Walkthrough
flowchart LR
A["Development Dependencies"] -->|Update versions| B["pytest 9.0.0"]
A -->|Update versions| C["Other dev tools"]
B -->|Regenerate| D["requirements_lock.txt"]
C -->|Regenerate| D
Loading
File Walkthrough
Relevant files
Dependencies
requirements.txt
Update pytest and all dev dependencies
py/requirements.txt
Upgrade pytest from 8.4.2 to 9.0.0
Update 20+ development dependencies to their latest versions
Below is a summary of compliance checks for this PR:
Security Compliance
🟢
No security concerns identified
No security vulnerabilities detected by AI analysis. Human verification advised for critical code.
Ticket Compliance
⚪
🎫 No ticket provided
Create ticket/issue
Codebase Duplication Compliance
⚪
Codebase context is not defined
Follow the guide to enable codebase context checks.
Custom Compliance
⚪
Generic: Comprehensive Audit Trails
Objective: To create a detailed and reliable record of critical system actions for security analysis and compliance.
Status: No runtime code: The PR only updates dependencies and pytest configuration without adding or modifying application logic where audit logging would apply, so compliance cannot be assessed from the diff.
Generic: Meaningful Naming and Self-Documenting Code
Objective: Ensure all identifiers clearly express their purpose and intent, making code self-documenting
Status: No identifiers added: The diff only changes dependency versions and pytest config keys without introducing new variables or functions to evaluate naming.
Generic: Robust Error Handling and Edge Case Management
Objective: Ensure comprehensive error handling that provides meaningful context and graceful degradation
Status: No error paths: No new runtime code or error handling was added in this PR; only dependency versions and pytest configuration were updated, so robustness cannot be evaluated.
Objective: To prevent the leakage of sensitive system information through error messages while providing sufficient detail for internal debugging.
Status: No user errors: The PR does not modify user-facing error messages or handlers; only tooling and config changes are present, so security of error messages cannot be assessed.
Objective: To ensure logs are useful for debugging and auditing without exposing sensitive information like PII, PHI, or cardholder data.
Status: Logging unchanged: No new logging statements or formats were added; dependency and pytest config updates do not provide enough context to judge logging security.
Generic: Security-First Input Validation and Data Handling
Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent vulnerabilities
Status: Dependency bumps: Only dependency versions were changed and pytest config adjusted, with no new input handling code to validate; security posture impact cannot be determined from the diff.
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
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.
User description
💥 What does this PR do?
This PR updates pytest to 9.0.0 and bumps versions of all dependencies used for development. It also generates a new lockfile for Bazel/CI.
This also updates our pytest config section in
pyproject.tomlto use the new native toml format.🔄 Types of changes
PR Type
Enhancement
Description
Bump pytest from 8.4.2 to 9.0.0
Update all development dependencies to latest versions
Regenerate lockfile for Bazel/CI consistency
Diagram Walkthrough
File Walkthrough
requirements.txt
Update pytest and all dev dependenciespy/requirements.txt
virtualenv (20.34.0 → 20.35.4)
utilities
requirements_lock.txt
Regenerate Bazel lockfilepy/requirements_lock.txt