From fa2016d96b6800ff5816cd787146cbdd1a6d2711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:42:50 +0000 Subject: [PATCH] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [pydantic](https://github.com/pydantic/pydantic), [typer[all]](https://github.com/fastapi/typer), [bandit[toml]](https://github.com/PyCQA/bandit) and [pytest](https://github.com/pytest-dev/pytest). Updates `pydantic` from 2.10.1 to 2.10.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.10.1...v2.10.2) Updates `typer[all]` from 0.13.1 to 0.14.0 - [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.13.1...0.14.0) Updates `bandit[toml]` from 1.7.10 to 1.8.0 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3...8.3.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: typer[all] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: bandit[toml] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c78dc6..e6e93a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,15 +25,15 @@ classifiers = [ dependencies = [ "Jinja2==3.1.4", "markdown-it-py[plugins]==3.0.0", - "pydantic==2.10.1", + "pydantic==2.10.2", "PyYAML==6.0.2", "rich==13.9.4", - "typer[all]==0.13.1", + "typer[all]==0.14.0", ] [project.optional-dependencies] dev = [ - "bandit[toml]==1.7.10", + "bandit[toml]==1.8.0", "black==24.10.0", "flake8-bugbear==24.10.31", "flake8-builtins==2.5.0", @@ -46,12 +46,12 @@ dev = [ "isort==5.13.2", "mypy==1.13.0", "pep8-naming==0.14.1", - "pytest==8.3.3", + "pytest==8.3.4", "types-PyYAML==6.0.12.20240917", ] test = [ "pytest-cov==6.0.0", - "pytest==8.3.3", + "pytest==8.3.4", ] [project.scripts]