Skip to content

Commit e1fd707

Browse files
committed
Update setuptools version for Python 3.12 compatibility
1 parent 4f8bfd5 commit e1fd707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools ~= 65.6", "setuptools_scm[toml] ~= 7.1"]
2+
requires = ["setuptools ~= 67.8", "setuptools_scm[toml] ~= 7.1"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -46,7 +46,7 @@ development = [
4646
"coveralls>=3.0.0,<4.0.0",
4747
"flake8~=5.0",
4848
"flake8-docstrings>=1.6.0,<2.0.0",
49-
"pip-tools>=6.12.0,<7.0.0",
49+
"pip-tools~=7.3.0",
5050
"sphinx>=4.0.3,<4.1.0",
5151
"build~=0.9",
5252
]

requirements/development.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ packaging==22.0
6969
# sphinx
7070
pep517==0.13.0
7171
# via build
72-
pip-tools==6.12.1
72+
pip-tools==7.3.0
7373
# via pyfatfs (pyproject.toml)
7474
pluggy==1.0.0
7575
# via pytest

0 commit comments

Comments
 (0)