From 388e56a8b9dfc916439a8e53643c979e17bb8ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:04:00 +0000 Subject: [PATCH] deps(deps): bump the all-dependencies group across 1 directory with 5 updates Bumps the all-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.4` | `2.12.5` | | [typed-json-db](https://github.com/frangiz/typed-json-db) | `0.3.0` | `0.3.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.4.0` | `4.5.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.0` | `9.0.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.4` | `0.14.7` | Updates `pydantic` from 2.12.4 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.4...v2.12.5) Updates `typed-json-db` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/frangiz/typed-json-db/releases) - [Changelog](https://github.com/frangiz/typed-json-db/blob/main/CHANGELOG.md) - [Commits](https://github.com/frangiz/typed-json-db/compare/v0.3.0...v0.3.1) Updates `pre-commit` from 4.4.0 to 4.5.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.4.0...v4.5.0) Updates `pytest` from 9.0.0 to 9.0.1 - [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/9.0.0...9.0.1) Updates `ruff` from 0.14.4 to 0.14.7 - [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.4...0.14.7) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: typed-json-db dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- requirements.txt | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6905955..4d3c780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,18 +5,18 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "pydantic==2.12.4", + "pydantic==2.12.5", "python-dotenv==1.2.1", - "typed-json-db==0.3.0", + "typed-json-db==0.3.1", "typer==0.20.0", ] [dependency-groups] dev = [ "freezegun==1.5.5", - "pre-commit==4.4.0", - "pytest==9.0.0", + "pre-commit==4.5.0", + "pytest==9.0.1", "pytest-cov==7.0.0", "pytest-mock==3.15.1", - "ruff==0.14.4", + "ruff==0.14.7", ] diff --git a/requirements.txt b/requirements.txt index a2bdce9..2dee9a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ python-dotenv==1.2.1 -pydantic==2.12.4 +pydantic==2.12.5 typer==0.20.0 # test -pytest==9.0.0 +pytest==9.0.1 pytest-cov==7.0.0 freezegun==1.5.5 pytest-mock==3.15.1 # formatting -pre-commit==4.4.0 \ No newline at end of file +pre-commit==4.5.0 \ No newline at end of file