From d36f38f668bbb7c2a392970a3663e4f349762739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 09:10:57 +0000 Subject: [PATCH] build(deps): bump the python-generator group with 12 updates Updates the requirements on [copier](https://github.com/copier-org/copier), [packaging](https://github.com/pypa/packaging), [pydantic](https://github.com/pydantic/pydantic), [pyyaml](https://github.com/yaml/pyyaml), [typer](https://github.com/fastapi/typer), [mypy](https://github.com/python/mypy), [pip-audit](https://github.com/pypa/pip-audit), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [ruff](https://github.com/astral-sh/ruff), [types-pyyaml](https://github.com/python/typeshed) and [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `copier` to 9.17.2 - [Release notes](https://github.com/copier-org/copier/releases) - [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md) - [Commits](https://github.com/copier-org/copier/compare/v9.12.0...v9.17.2) 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 `pydantic` to 2.13.4 - [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.11.0...v2.13.4) Updates `pyyaml` to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) Updates `typer` to 0.27.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.16.0...0.27.1) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v2.3.1) Updates `pip-audit` to 2.10.1 - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.9.0...v2.10.1) 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/9.0.3...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.0.0...v7.1.0) Updates `ruff` to 0.16.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.11.0...0.16.4) Updates `types-pyyaml` to 6.0.12.20260815 - [Commits](https://github.com/python/typeshed/commits) 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: copier dependency-version: 9.17.2 dependency-type: direct:production dependency-group: python-generator - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:production dependency-group: python-generator - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production dependency-group: python-generator - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production dependency-group: python-generator - dependency-name: typer dependency-version: 0.27.1 dependency-type: direct:production dependency-group: python-generator - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-generator - dependency-name: pip-audit dependency-version: 2.10.1 dependency-type: direct:development dependency-group: python-generator - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-generator - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-generator - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development dependency-group: python-generator - dependency-name: types-pyyaml dependency-version: 6.0.12.20260815 dependency-type: direct:development dependency-group: python-generator - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development dependency-group: python-generator ... Signed-off-by: dependabot[bot] --- pyproject.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18a6bc8..3b284a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.27"] +requires = ["hatchling>=1.32.0"] build-backend = "hatchling.build" [project] @@ -11,11 +11,11 @@ requires-python = ">=3.11" license = { text = "MIT" } authors = [{ name = "Project Forge maintainers" }] dependencies = [ - "copier>=9.12,<10", - "packaging>=24,<27", - "pydantic>=2.11,<3", - "PyYAML>=6.0.2,<7", - "typer>=0.16,<1", + "copier>=9.17.2,<10", + "packaging>=26.3,<27", + "pydantic>=2.13.4,<3", + "PyYAML>=6.0.3,<7", + "typer>=0.27.1,<1", ] [project.urls] @@ -26,12 +26,12 @@ project-forge = "project_forge.cli:main" [dependency-groups] dev = [ - "mypy>=1.15,<2", - "pip-audit>=2.9,<3", - "pytest>=9.0.3,<10", - "pytest-cov>=6,<7", - "ruff>=0.11,<1", - "types-PyYAML>=6.0.12.20250516", + "mypy>=2.3.1,<3", + "pip-audit>=2.10.1,<3", + "pytest>=9.1.1,<10", + "pytest-cov>=7.1.0,<8", + "ruff>=0.16.4,<1", + "types-PyYAML>=6.0.12.20260815", ] [tool.hatch.build.targets.wheel]