From 9d0d62c41fec20503598ebc046c4170745f3669b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 09:50:05 +0000 Subject: [PATCH] deps(Python): bump the python-quality group in /python with 6 updates Updates the requirements on [mypy](https://github.com/python/mypy), [packaging](https://github.com/pypa/packaging), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [twine](https://github.com/pypa/twine) and [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v2.3.1) Updates `packaging` to 26.3 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.0...26.3) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.0...9.1.1) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.0...v7.1.0) Updates `twine` to 7.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/6.1.0...7.0.0) Updates `hatchling` to 1.32.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-quality - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:development dependency-group: python-quality - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-quality - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-quality - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development dependency-group: python-quality - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development dependency-group: python-quality ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index e039a0d..40c354b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27,<1.32"] +requires = ["hatchling>=1.27,<1.33"] build-backend = "hatchling.build" [project] @@ -34,15 +34,15 @@ Source = "https://github.com/mongo/ms-agent-framework-mongodb" [project.optional-dependencies] dev = [ "build>=1.2,<2", - "mypy>=1.17,<2", - "packaging>=24,<26", + "mypy>=1.17,<3", + "packaging>=24,<27", "pyright>=1.1.403,<2", "pyyaml>=6,<7", - "pytest>=8.4,<9", + "pytest>=8.4,<10", "pytest-asyncio>=1.1,<2", - "pytest-cov>=6.2,<7", + "pytest-cov>=6.2,<8", "ruff>=0.12,<1", - "twine>=6.1,<7", + "twine>=6.1,<8", ] [tool.hatch.build.targets.wheel]