chore(deps): Major concern: setuptools lower bound (>=17.1 from 2014) is severely out#1593
Open
isagoakira wants to merge 2 commits into
Open
chore(deps): Major concern: setuptools lower bound (>=17.1 from 2014) is severely out#1593isagoakira wants to merge 2 commits into
isagoakira wants to merge 2 commits into
Conversation
…r bound (>=17.1 from 2014) is
…(>=17.1 from 2014) is
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 自动生成🤖
📋 更新摘要
Major concern: setuptools lower bound (>=17.1 from 2014) is severely outdated and should be raised to >=65.0. pypandoc and mock are both deprecated and should be phased out. The thefuck project (v3.32) still supports Python 2.7 via extras_require with old constraints like decorator<5 and pyte<0.8.1 — consider dropping py2.7 support to simplify.
📦 变更清单
🔴 setuptools:
>=17.1→>=65.0setuptools 17.1 was from 2014, modern setuptools (65+) includes security fixes and better PEP compliance; upgrade is low risk
🔴 pypandoc:
latest→NOTE: deprecatedpypandoc is officially abandoned/deprecated (last release 2022, README archived); consider replacing with pymdown-extensions or manual README handling
🔴 mock:
latest→NOTE: deprecatedmock is deprecated since Python 3.8 (stdlib includes unittest.mock); it remains functional but should be phased out
🟡 decorator (py<=2.7):
<5→N/A or drop Python 2.7 supportdecorator<5 pins to ancient 4.x series; if supporting py<=2.7 is dropped (project already requires 3.5+), this constraint can be relaxed
🟡 pyte (py<=2.7):
<0.8.1→N/A or drop Python 2.7 supportpyte<0.8.1 is very old; if Python 2.7 support is dropped from extras_require, this constraint can be removed
🟡 Medium
📝 文件变更
requirements.txtsetup.pyGenerated by Code Legacy Reviver