We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f309c57 commit cf81b0cCopy full SHA for cf81b0c
CHANGES.rst
@@ -29,6 +29,7 @@ fixes:
29
- fix: add missing py 3.13 in tox (#1731)
30
- fix: add filter to tar extract (#1730)
31
- refactor: use importlib to find plugins in entry_points (#1669, #1733)
32
+- chore: bump setuptools to >=78.1.1 (#1734)
33
34
35
v6.2.0 (2024-01-01)
setup.py
@@ -28,7 +28,7 @@
28
deps = [
"webtest==3.0.0",
- "setuptools==75.7.0",
+ "setuptools>=78.1.1",
"flask==2.3.3",
"requests==2.32.3",
"jinja2==3.1.6",
0 commit comments