From fbb17499a8ad57649a80c0b841df996253d9f9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 12:10:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20the=20python-packages=20grou?= =?UTF-8?q?p=20across=201=20directory=20with=206=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions), [pydantic](https://github.com/pydantic/pydantic), [pre-commit](https://github.com/pre-commit/pre-commit), [ruff](https://github.com/astral-sh/ruff), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `typing-extensions` to 4.13.1 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/3.7.4...4.13.1) Updates `pydantic` to 2.11.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.8.2...v2.11.2) Updates `pre-commit` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.1.0...v4.2.0) Updates `ruff` from 0.9.10 to 0.11.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.9.10...0.11.4) Updates `pytest-cov` from 6.0.0 to 6.1.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v6.1.1) Updates `pytest-asyncio` from 0.25.3 to 0.26.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.3...v0.26.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.13.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: pydantic dependency-version: 2.11.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: pre-commit dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest-asyncio dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 65e7bc7..3999c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ classifiers = [ ] dependencies = [ - "typing-extensions >=3.7.4,<4.13.0", - "pydantic>=2.8.2,<2.11.0", + "typing-extensions >=3.7.4,<4.14.0", + "pydantic>=2.8.2,<2.12.0", "Django >=3.2.0,<6.0.0", ] @@ -50,14 +50,14 @@ Funding = 'https://github.com/sponsors/yezz123' [project.optional-dependencies] lint = [ - "pre-commit==4.1.0", + "pre-commit==4.2.0", "mypy==1.15.0", - "ruff==0.9.10", + "ruff==0.11.4", ] test = [ "pytest==8.3.5", - "pytest-cov==6.0.0", - "pytest-asyncio == 0.25.3", + "pytest-cov==6.1.1", + "pytest-asyncio == 0.26.0", "pytest-pretty", "django-stubs", ]