Skip to content

Commit 5529c63

Browse files
committed
upkeep: bump packaging and testing dependencies
1 parent 4eb787f commit 5529c63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61", "setuptools_scm[toml]>=7.0"]
2+
requires = ["setuptools>=61", "setuptools_scm[toml]>=7.1"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ setenv = STAGPY_ISOLATED=True
2020

2121
[testenv:mypy]
2222
deps =
23-
mypy>=0.991
23+
mypy>=1.1.1
2424
commands=
2525
mypy --install-types --non-interactive stagpy/
2626

@@ -32,7 +32,7 @@ python_files = test_*.py
3232
skip_install = true
3333
deps =
3434
isort==5.12.0
35-
black==22.12.0
35+
black==23.3.0
3636
commands =
3737
isort stagpy/ tests/
3838
black stagpy/ tests/

0 commit comments

Comments
 (0)