Skip to content

Commit 36692fd

Browse files
Update dependencies to work with latest Python version
1 parent 54d4e13 commit 36692fd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ where=src
2727
* = *.tmpl
2828

2929
[options.extras_require]
30-
build = setuptools>=67.6; wheel~=0.37; pystache~=0.6; build~=0.10
31-
docs = sphinx~=5.0.0; sphinx-rtd-theme~=1.0.0
32-
test = pytest~=7.2; pytest-cov~=4.0
33-
lint = pylint~=3.2.7
34-
coveralls = coveralls~=3.3.1
35-
publish = twine~=4.0
30+
build = setuptools>=77.0; wheel~=0.45; pystache~=0.6; build~=1.3
31+
docs = sphinx~=7.4; sphinx-rtd-theme~=3.0
32+
test = pytest~=8.2; pytest-cov~=5.0
33+
lint = pylint~=3.3.0
34+
coveralls = coveralls~=4.0
35+
publish = build~=1.3; twine~=4.0
3636

3737
[bdist_wheel]
3838
universal = 1

0 commit comments

Comments
 (0)