Skip to content

Commit 020d93a

Browse files
committed
update reqs
1 parent 0e2643f commit 020d93a

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

requirements.txt

+13-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
invoke==2.0.0
2-
PyYAML==6.0.1
1+
configparser==6.0.0
2+
coverage==7.4.1
33
dkfileutils==1.4.2
4-
yamldirs==1.1.8
5-
Sphinx==5.2.3
6-
watchdog==0.8.3
7-
pytest==6.1.2 ; python_version < '3.9'
8-
pytest==7.2.1 ; python_version >= '3.9'
9-
pytest-cov==2.12.1 ; python_version < '3.9'
10-
pytest-cov==4.0.0 ; python_version >= '3.9'
11-
coverage==5.5 ; python_version < '3.9'
12-
coverage==7.0.5 ; python_version >= '3.9'
13-
twine==1.12.1
144
dkpkg==2.0.1
15-
future==0.18.2
16-
configparser==5.2.0
5+
future==0.18.3
6+
invoke==2.2.0
177
pathtools==0.1.2
8+
pytest==8.0.0
9+
pytest-cov==4.1.0
10+
PyYAML==6.0.1
11+
Sphinx==7.2.6
12+
twine==4.0.2 ; python_version < '3.11'
13+
twine==5.0.0 ; python_version >= '3.11'
14+
watchdog==3.0.0 ; python_version < '3.11'
15+
watchdog==4.0.0 ; python_version >= '3.11'
16+
yamldirs==1.1.8
1817

0 commit comments

Comments
 (0)