Skip to content

Commit 687ca2b

Browse files
authored
Merge pull request #695 from willkg/dev-updates
Update dev requirements
2 parents b7e8da3 + 2890c71 commit 687ca2b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

requirements-dev.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
-e .
22

3-
black==22.10.0; implementation_name == 'cpython'
4-
build==0.9.0
3+
black==22.12.0; implementation_name == 'cpython'
4+
build==0.10.0
55
mypy==0.991; implementation_name =='cpython'
6-
pip-tools==6.11.0
7-
pytest==7.2.0
8-
Sphinx==5.3.0
9-
tox==3.27.1
10-
tox-gh-actions==2.11.0
6+
pytest==7.2.1
7+
tox==4.3.5
8+
tox-gh-actions==3.0.0
119
twine==4.0.2
1210
wheel==0.38.4
11+
12+
# NOTE(willkg): Held back until we drop support for Python 3.7
13+
Sphinx==5.3.0

0 commit comments

Comments
 (0)