[codex] Refresh safe Python dependencies#333
Open
synfinner wants to merge 1 commit into
Open
Conversation
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
flask-corsfrom6.0.4to6.0.5.pytestfrom9.0.3to9.1.0.redispinned at7.4.0because8.0.0is a major release with runtime-sensitive connection, retry, timeout, and protocol-default changes.Security
pip-auditreported no known vulnerabilities before or after this sweep, so this PR does not claim any CVE mitigation. Theflask-corsupdate does move off a yanked6.0.4release that upstream replaced after a Blueprint typing regression.Breaking-change risk and migrations
flask-cors 6.0.5: patch release superseding6.0.4; no runtime migration identified for this repo'sCORS(app)usage.pytest 9.1.0: release notes include doctest/autouse-fixture and deprecation notes; repo search found no doctest collection usage or matching deprecated pytest patterns.redis 8.0.0: deferred. KEVin imports Redis directly for cache setup and cache operations, and redis-py 8.0.0 changes connection defaults, retry behavior, timeout behavior, and RESP protocol defaults. That should be handled as a separate migration.Verification
3.12.12venv install fromrequirements.txtpip checkpip list --outdated --format=jsonreturned onlyredis==7.4.0 -> 8.0.0pip-audit -r requirements.txtpython -m py_compile kevin.py nvd_processor.py update.py schema/api.py