File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 - name : Update pip
2929 run : python -m pip install -U pip
3030 - name : Install tox-gh
31- run : python3 -m pip install tox-gh>=1.0.0 tox== 4.4.2
31+ run : python3 -m pip install tox-gh>=1.0.0 tox>= 4.4.8
3232 - name : Run tox
3333 run : tox run
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61" , " setuptools_scm[toml]>=7.0 " ]
2+ requires = [" setuptools>=61" , " setuptools_scm[toml]>=7.1 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ setenv = STAGPY_ISOLATED=True
2020
2121[testenv:mypy]
2222deps =
23- mypy>=0.991
23+ mypy>=1.1.1
2424commands =
2525 mypy --install-types --non-interactive stagpy/
2626
@@ -32,7 +32,7 @@ python_files = test_*.py
3232skip_install = true
3333deps =
3434 isort ==5.12.0
35- black ==22.12 .0
35+ black ==23.3 .0
3636commands =
3737 isort stagpy/ tests/
3838 black stagpy/ tests/
You can’t perform that action at this time.
0 commit comments