Skip to content

Commit 4e9d9ff

Browse files
committed
Move to requirements file for Dependabot updates
1 parent e303e64 commit 4e9d9ff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mypy-requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mypy==1.10
2+
pytest
3+
pytest-mock

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ commands =
3131
[testenv:mypy]
3232
skip_install = true
3333
deps =
34-
mypy==1.10
35-
pytest
36-
pytest-mock
34+
-r mypy-requirements.txt
3735
commands =
3836
mypy . {posargs}

0 commit comments

Comments
 (0)