From da8a96739b11fb5994096dca71fbf03ebca94502 Mon Sep 17 00:00:00 2001 From: David Tucker Date: Tue, 15 Jun 2021 20:17:12 -0700 Subject: [PATCH 1/3] Update build deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a59365..f26c121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ['setuptools ~= 50.3.0', 'setuptools-scm[toml] ~= 5.0.0', 'wheel ~= 0.36.0'] -build-backend = 'setuptools.build_meta' +requires = ["setuptools >= 59.6", "setuptools-scm[toml] >= 6.4", "wheel >= 0.37.1"] +build-backend = "setuptools.build_meta" [tool.setuptools_scm] From 253ab8ef8334e322d7329aaf16a228f361b62591 Mon Sep 17 00:00:00 2001 From: David Tucker Date: Tue, 22 Nov 2022 13:31:34 -0800 Subject: [PATCH 2/3] Update publish env deps --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 474eadf..ff5684c 100644 --- a/tox.ini +++ b/tox.ini @@ -91,7 +91,7 @@ testpaths = tests [testenv:publish] passenv = TWINE_* deps = - build ~= 0.8.0 + build[virtualenv] ~= 0.9.0 twine ~= 4.0.0 commands = {envpython} -m build --outdir {distdir} . From d4a5bad32e10760485a749ccafea2ce2656664a9 Mon Sep 17 00:00:00 2001 From: David Tucker Date: Tue, 22 Nov 2022 13:44:01 -0800 Subject: [PATCH 3/3] Update the changelog --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 160b7bd..7fdccf1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## [0.10.2](https://github.com/dbader/pytest-mypy/milestone/20) +* Update and loosen [build-system] requirements. + ## [0.10.1](https://github.com/dbader/pytest-mypy/milestone/19) * Work around https://github.com/python/mypy/issues/14042. * Add support for Python 3.11.