From f42ea62b3d8c85c39190f19bf63ac3c207f2a3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:06:44 +0000 Subject: [PATCH] deps(deps): bump the all-dependencies group across 1 directory with 3 updates Bumps the all-dependencies group with 3 updates in the / directory: [python-dotenv](https://github.com/theskumar/python-dotenv), [typer](https://github.com/fastapi/typer) and [ruff](https://github.com/astral-sh/ruff). Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.1...v1.2.2) Updates `typer` from 0.20.1 to 0.24.1 - [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.20.1...0.24.1) Updates `ruff` from 0.14.10 to 0.15.4 - [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.10...0.15.4) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: typer dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04882fc..8de7ba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "pydantic==2.12.5", - "python-dotenv==1.2.1", + "python-dotenv==1.2.2", "typed-json-db==0.3.1", - "typer==0.20.1", + "typer==0.24.1", ] [dependency-groups] @@ -18,5 +18,5 @@ dev = [ "pytest==9.0.2", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "ruff==0.14.10", + "ruff==0.15.4", ] diff --git a/requirements.txt b/requirements.txt index 6abe0f9..0f583df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -python-dotenv==1.2.1 +python-dotenv==1.2.2 pydantic==2.12.5 -typer==0.20.1 +typer==0.24.1 # test pytest==9.0.2