Skip to content

chore(deps): 1 clearly outdated dep: setuptools>=17.1 (2014 vintage) should be modern#1597

Open
isagoakira wants to merge 2 commits into
nvbn:masterfrom
isagoakira:fix/deps-update-1780365823
Open

chore(deps): 1 clearly outdated dep: setuptools>=17.1 (2014 vintage) should be modern#1597
isagoakira wants to merge 2 commits into
nvbn:masterfrom
isagoakira:fix/deps-update-1780365823

Conversation

@isagoakira

Copy link
Copy Markdown

🔧 依赖维护更新 — nvbn/thefuck

此 PR 由 Code Legacy Reviver 自动生成🤖

📋 更新摘要

1 clearly outdated dep: setuptools>=17.1 (2014 vintage) should be modernized. mock is unneeded for Python 3 but may be kept for py2 compat. pyte caps may be removable with testing.

📦 变更清单

🔴 setuptools: >=17.1>=70.0.0
setuptools 17.1 is from 2014, current stable is ~75+. Modern pip bundles setuptools and the old minimum can cause install failures with newer tooling

🟡 mock: unpinnedunnecessary (stdlib since 3.3)
The mock library was merged into unittest in Python 3.3+. For Python 2.7 compatibility it may still be needed, but for Python 3+ codebases it's obsolete

🟢 pyte: <0.8.1 (py3+), <0.8.1 (py2)~0.8.3 or ~0.9.0
pyte 0.8.1 is from 2018, current stable is ~0.8.3. The version cap may be overly conservative. Note: very safe minor upgrade if the cap was just historical

⚠️ 风险等级

🟡 Medium

📝 文件变更

  • requirements.txt
  • setup.py

Generated by Code Legacy Reviver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant