From b91c024ddf50af0082013903f6c921f69edf65fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:17:28 +0000 Subject: [PATCH] deps(deps): bump the all-dependencies group with 4 updates Bumps the all-dependencies group with 4 updates: [pydantic](https://github.com/pydantic/pydantic), [pre-commit](https://github.com/pre-commit/pre-commit), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `pydantic` from 2.12.3 to 2.12.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.3...v2.12.4) Updates `pre-commit` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.3.0...v4.4.0) Updates `pytest` from 8.4.2 to 9.0.0 - [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.4.2...9.0.0) Updates `ruff` from 0.14.2 to 0.14.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.2...0.14.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pre-commit dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.14.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- requirements.txt | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6094d73..6905955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "pydantic==2.12.3", + "pydantic==2.12.4", "python-dotenv==1.2.1", "typed-json-db==0.3.0", "typer==0.20.0", @@ -14,9 +14,9 @@ dependencies = [ [dependency-groups] dev = [ "freezegun==1.5.5", - "pre-commit==4.3.0", - "pytest==8.4.2", + "pre-commit==4.4.0", + "pytest==9.0.0", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "ruff==0.14.2", + "ruff==0.14.4", ] diff --git a/requirements.txt b/requirements.txt index 29d3773..a2bdce9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ python-dotenv==1.2.1 -pydantic==2.12.3 +pydantic==2.12.4 typer==0.20.0 # test -pytest==8.4.2 +pytest==9.0.0 pytest-cov==7.0.0 freezegun==1.5.5 pytest-mock==3.15.1 # formatting -pre-commit==4.3.0 \ No newline at end of file +pre-commit==4.4.0 \ No newline at end of file