Skip to content

Commit cf81b0c

Browse files
chore: bump setuptools version to >=78.1.1 (#1734)
* chore: bump setuprools version to 78.1.1 * add changes * chaged to version to >=78.1.1
1 parent f309c57 commit cf81b0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fixes:
2929
- fix: add missing py 3.13 in tox (#1731)
3030
- fix: add filter to tar extract (#1730)
3131
- refactor: use importlib to find plugins in entry_points (#1669, #1733)
32+
- chore: bump setuptools to >=78.1.1 (#1734)
3233

3334

3435
v6.2.0 (2024-01-01)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
deps = [
3030
"webtest==3.0.0",
31-
"setuptools==75.7.0",
31+
"setuptools>=78.1.1",
3232
"flask==2.3.3",
3333
"requests==2.32.3",
3434
"jinja2==3.1.6",

0 commit comments

Comments
 (0)