From f3accf67be4cac0d137d98fc27b187cfca2c3c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:57:10 +0000 Subject: [PATCH] build(deps-dev): bump the development-dependencies group with 12 updates Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy), [ipykernel](https://github.com/ipython/ipykernel), [ipython](https://github.com/ipython/ipython), [ipywidgets](https://github.com/jupyter-widgets/ipywidgets), [mypy](https://github.com/python/mypy), [pdoc](https://github.com/mitmproxy/pdoc), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest), [pytest-mock](https://github.com/pytest-dev/pytest-mock), [pytest-xdist](https://github.com/pytest-dev/pytest-xdist), [ruff](https://github.com/astral-sh/ruff) and [hatchling](https://github.com/pypa/hatch) to permit the latest version. Updates `coverage` to 7.13.5 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.6.10...7.13.5) Updates `ipykernel` to 7.2.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.29.4...v7.2.0) Updates `ipython` to 9.13.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.18.0...9.13.0) Updates `ipywidgets` to 8.1.8 - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](https://github.com/jupyter-widgets/ipywidgets/compare/8.1.2...8.1.8) Updates `mypy` to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.20.2) Updates `pdoc` to 16.0.0 - [Changelog](https://github.com/mitmproxy/pdoc/blob/main/CHANGELOG.md) - [Commits](https://github.com/mitmproxy/pdoc/compare/v15.0.1...v16) Updates `pre-commit` to 4.6.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.0.1...v4.6.0) Updates `pytest` to 9.0.3 - [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.3.4...9.0.3) Updates `pytest-mock` to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.15.1) Updates `pytest-xdist` to 3.8.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.6.1...v3.8.0) Updates `ruff` to 0.15.12 - [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.2...0.15.12) Updates `hatchling` to 1.29.0 - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.27.0...hatchling-v1.29.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ipykernel dependency-version: 7.2.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ipython dependency-version: 9.13.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ipywidgets dependency-version: 8.1.8 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pdoc dependency-version: 16.0.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: hatchling dependency-version: 1.29.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce4812b..deee52e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] # https://docs.astral.sh/uv/concepts/projects/config/#build-systems -requires = ["hatchling>=1.27.0"] +requires = ["hatchling>=1.29.0"] build-backend = "hatchling.build" [project] # https://packaging.python.org/en/latest/specifications/pyproject-toml/ @@ -38,17 +38,17 @@ issues = "https://github.com/clintjohnsn/pytchdeck/issues" [dependency-groups] # https://docs.astral.sh/uv/concepts/projects/dependencies/#development-dependencies dev = [ - "coverage[toml] (>=7.6.10)", - "ipykernel (>=6.29.4)", - "ipython (>=8.18.0)", - "ipywidgets (>=8.1.2)", - "mypy (>=1.14.1)", - "pdoc (>=15.0.1)", - "pre-commit (>=4.0.1)", - "pytest (>=8.3.4)", - "pytest-mock (>=3.14.0)", - "pytest-xdist (>=3.6.1)", - "ruff (>=0.9.2)", + "coverage[toml] (>=7.13.5)", + "ipykernel (>=7.2.0)", + "ipython (>=9.13.0)", + "ipywidgets (>=8.1.8)", + "mypy (>=1.20.2)", + "pdoc (>=16.0.0)", + "pre-commit (>=4.6.0)", + "pytest (>=9.0.3)", + "pytest-mock (>=3.15.1)", + "pytest-xdist (>=3.8.0)", + "ruff (>=0.15.12)", ] [tool.coverage.report] # https://coverage.readthedocs.io/en/latest/config.html#report