chore(deps): 5 outdated entries found. setuptools floor bumped to modern 75.x (high c#1591
Open
isagoakira wants to merge 2 commits into
Open
chore(deps): 5 outdated entries found. setuptools floor bumped to modern 75.x (high c#1591isagoakira wants to merge 2 commits into
isagoakira wants to merge 2 commits into
Conversation
…ptools floor bumped to modern
…loor bumped to modern
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.
🔧 依赖维护更新 — nvbn/thefuck
此 PR 由 Code Legacy Reviver 自动生成🤖
📋 更新摘要
5 outdated entries found. setuptools floor bumped to modern 75.x (high confidence); decorator & pyte upper bounds are stale (3+ minor versions behind), bumped one minor to preserve Python 2.7 compatibility ceiling while allowing patches; flake8 & pytest unpinned in requirements.txt — added safe 7.x/8.x pins. No version specs changed for: mock (deprecated but functional), pypandoc, wheel, twine, pexpect, pytest-benchmark, pytest-docker-pexpect — these are not clearly outdated.
📦 变更清单
🔴 setuptools:
>=17.1→>=75.0.0setuptools>=17.1 is a 9+ year old floor. Modern setuptools is 75.x with many security/feature improvements; no upper bound in extras makes this safe
🔴 decorator (2.7 extras):
decorator<5→decorator<5.1decorator<5 upper bound is overly restrictive; current decorator is 5.1.x; bump to <5.1 to stay under major-5 ceiling while allowing patch updates
🔴 pyte (2.7 extras):
pyte<0.8.1→pyte<0.9.0pyte<0.8.1 is 6+ years old; latest is 0.9.x; bump to <0.9.0 to allow patch releases while keeping below major-1 ceiling
🟡 flake8:
(unpinned)→>=7.0.0,<8.0.0flake8 is unpinned in requirements.txt; pin to latest 7.x to ensure consistent CI and pick up bug/security fixes
🟡 pytest:
(unpinned)→>=8.0.0,<9.0.0pytest is unpinned in requirements.txt; this project uses pytest-mock, pytest-benchmark; pin to 8.x for stability
🟢 Low
📝 文件变更
requirements.txtsetup.pyGenerated by Code Legacy Reviver