Skip to content

Commit

Permalink
Bump minimum setuptools version to 70.0.0. Fixes #2995.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Nov 21, 2024
1 parent 220a9bf commit 94acf20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ psutil = ">=5.9.1"
Flask-Login = ">=0.6.3"
Flask-Cors = ">=3.0.10"
pywin32 = { version = "*", markers = "sys_platform == 'win32'" }
setuptools = ">=65.5.1"
setuptools = ">=70.0.0"

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit 94acf20

Please sign in to comment.