From c94fb60b6d5bc6ce47fd463d6204230848afb3c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:51:54 +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.4.0 - [Changelog](https://github.com/gforcada/flake8-builtins/blob/main/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-builtins/compare/2.2.0...2.4.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 2beaf6f..ebe81fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "phonenumberslite==8.13.33", "pydantic==2.6.4", "rich==13.7.1", - "typer[all]==0.10.0", + "typer[all]==0.12.0", "Unidecode==1.3.8", ] @@ -35,7 +35,7 @@ dev = [ "bandit[toml]==1.7.8", "black==24.3.0", "flake8-bugbear==24.2.6", - "flake8-builtins==2.2.0", + "flake8-builtins==2.4.0", "flake8-comprehensions==3.14.0", "flake8-docstrings==1.7.0", "flake8-encodings[classes]==0.5.1",