From c644128d232541500d0c56bac7efc9d629ee3d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 05:54:41 +0000 Subject: [PATCH] Bump the python-dependencies group with 2 updates Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) and [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `python-dotenv` to 1.2.3 - [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.2...v1.2.3) Updates `hypothesis` to 6.165.10 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.165.9...v6.165.10) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: hypothesis dependency-version: 6.165.10 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ad883cf..4d53e4a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,4 @@ ruff>=0.16.3 pytest>=9.1.1 pytest-asyncio>=1.4 pytest-cov>=7.1.0 -hypothesis>=6.165.9 +hypothesis>=6.165.10 diff --git a/requirements.txt b/requirements.txt index cfd46f2..abd5f2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ fastapi>=0.141.1 uvicorn[standard]>=0.52.3 httpx>=0.28.1 pydantic>=2.13.4 -python-dotenv>=1.2.2 +python-dotenv>=1.2.3