From 968601bc073326e1956fc3c868707b971bffd0ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:53:23 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [typer[all]](https://github.com/tiangolo/typer) and [flake8-builtins](https://github.com/gforcada/flake8-builtins). Updates `typer[all]` from 0.10.0 to 0.12.0 - [Release notes](https://github.com/tiangolo/typer/releases) - [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/tiangolo/typer/compare/0.10.0...0.12.0) Updates `flake8-builtins` from 2.2.0 to 2.3.0 - [Changelog](https://github.com/gforcada/flake8-builtins/blob/main/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-builtins/compare/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: typer[all] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: flake8-builtins dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d93e4c2..7667ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pydantic==2.6.4", "PyYAML==6.0.1", "rich==13.7.1", - "typer[all]==0.10.0", + "typer[all]==0.12.0", ] [project.optional-dependencies] @@ -36,7 +36,7 @@ dev = [ "bandit[toml]==1.7.8", "black==24.3.0", "flake8-bugbear==24.2.6", - "flake8-builtins==2.2.0", + "flake8-builtins==2.3.0", "flake8-comprehensions==3.14.0", "flake8-docstrings==1.7.0", "flake8-encodings[classes]==0.5.1",