From c4b829c8f1a08f87c2583bbb1bc45693b6e9e2c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 05:40:17 +0000 Subject: [PATCH] deps(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [typer](https://github.com/fastapi/typer) and [ruff](https://github.com/astral-sh/ruff). Updates `typer` from 0.19.2 to 0.20.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.19.2...0.20.0) Updates `ruff` from 0.14.1 to 0.14.2 - [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.14.1...0.14.2) --- updated-dependencies: - dependency-name: typer dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 829650d..f03666b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "pydantic==2.12.3", "python-dotenv==1.1.1", "typed-json-db==0.3.0", - "typer==0.19.2", + "typer==0.20.0", ] [dependency-groups] @@ -18,5 +18,5 @@ dev = [ "pytest==8.4.2", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "ruff==0.14.1", + "ruff==0.14.2", ] diff --git a/requirements.txt b/requirements.txt index b4f80ff..d2fd17a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python-dotenv==1.1.1 pydantic==2.12.3 -typer==0.19.2 +typer==0.20.0 # test pytest==8.4.2