From ca86daa6c2c2c94bdf35d8e6b9c9e7d23f0858c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:27:00 +0000 Subject: [PATCH] build(deps): bump the runtime group with 4 updates Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [loguru](https://github.com/Delgan/loguru), [typer](https://github.com/fastapi/typer) and [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Updates `cryptography` to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.0...50.0.1) Updates `loguru` to 0.7.3 - [Release notes](https://github.com/Delgan/loguru/releases) - [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Delgan/loguru/compare/0.7.0...0.7.3) Updates `typer` to 0.27.2 - [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.12.0...0.27.2) Updates `pydantic` to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.0...v2.13.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production dependency-group: runtime - dependency-name: loguru dependency-version: 0.7.3 dependency-type: direct:production dependency-group: runtime - dependency-name: typer dependency-version: 0.27.2 dependency-type: direct:production dependency-group: runtime - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production dependency-group: runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 35dce5b..e93def3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,10 +36,10 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "cryptography>=41.0", - "loguru>=0.7", - "typer>=0.12", - "pydantic>=2.0", + "cryptography>=50.0.1", + "loguru>=0.7.3", + "typer>=0.27.2", + "pydantic>=2.13.5", ] [project.optional-dependencies]