From 9430df6eb74a6adea868f07a41d2c6e473e72e94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 09:49:27 -0400 Subject: [PATCH] chore(deps): update dependency pytest-mypy-plugins to v3 (#777) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest-mypy-plugins](https://togithub.com/TypedDjango/pytest-mypy-plugins) | `==1.11.1` -> `==3.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-mypy-plugins/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest-mypy-plugins/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest-mypy-plugins/1.11.1/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-mypy-plugins/1.11.1/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
TypedDjango/pytest-mypy-plugins (pytest-mypy-plugins) ### [`v3.0.0`](https://togithub.com/TypedDjango/pytest-mypy-plugins/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://togithub.com/TypedDjango/pytest-mypy-plugins/compare/2.0.0...3.0.0) ##### Features - *Breaking*: Drop python3.7 support - Add `pyproject.toml` config file support with `--mypy-pyproject-toml-file` option ##### Bugfixes - Add `tox.ini` file to `sdist` package - Add `requirements.txt` file to `sdist` package - Add `pyproject.toml` file to `sdist` package ### [`v2.0.0`](https://togithub.com/TypedDjango/pytest-mypy-plugins/blob/HEAD/CHANGELOG.md#200) [Compare Source](https://togithub.com/TypedDjango/pytest-mypy-plugins/compare/1.11.1...2.0.0) ##### Features - Use `jinja2` instead of `chevron` for templating - Allow parametrizing `mypy_config` field in tests - Bump minimal `mypy` and `pytest` versions ##### Bugfixes - Also include `mypy.ini` and `pytest.ini` to `sdist` package
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/RobertCraigie/prisma-client-py). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pipelines/requirements/typesafety-mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/requirements/typesafety-mypy.txt b/pipelines/requirements/typesafety-mypy.txt index 4b620415b..df598f952 100644 --- a/pipelines/requirements/typesafety-mypy.txt +++ b/pipelines/requirements/typesafety-mypy.txt @@ -1,2 +1,2 @@ -r test.txt -pytest-mypy-plugins==1.11.1 +pytest-mypy-plugins==3.0.0