From f798da683cf0cefd888cb29d7abb46f73999a5be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:45:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20the=20python-packages=20grou?= =?UTF-8?q?p=20across=201=20directory=20with=203=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the python-packages group with 3 updates in the / directory: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `mypy` from 1.13.0 to 1.14.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) Updates `ruff` from 0.8.1 to 0.8.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.1...0.8.4) Updates `pytest-asyncio` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6d61a83..729a54f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,13 +51,13 @@ Funding = 'https://github.com/sponsors/yezz123' [project.optional-dependencies] lint = [ "pre-commit==4.0.1", - "mypy==1.13.0", - "ruff==0.8.1", + "mypy==1.14.0", + "ruff==0.8.4", ] test = [ "pytest==8.3.4", "pytest-cov==6.0.0", - "pytest-asyncio == 0.24.0", + "pytest-asyncio == 0.25.0", "pytest-pretty", "django-stubs", ]