Skip to content

Commit 1752582

Browse files
authored
chore: bump setuptools version (#1709)
* chore: bump setuptools version * docs: add info to CHANGES.rst
1 parent 65544e2 commit 1752582

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.rst

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fixes:
1313
- chore: add python versions to test (#1705)
1414
- chore: remove python 3.8 support (#1707)
1515
- chore: use ruff for formatting (#1706)
16+
- chore: bump setuptools to 75.7.0 (#1709)
1617

1718
v6.2.0 (2024-01-01)
1819
-------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
deps = [
3030
"webtest==3.0.0",
31-
"setuptools==68.1.2",
31+
"setuptools==75.7.0",
3232
"flask==2.3.3",
3333
"requests==2.31.0",
3434
"jinja2==3.1.3",

0 commit comments

Comments
 (0)