From 2b49f970dd4d9fcd127705dbbf9bafcad45b05b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:36:01 +0000 Subject: [PATCH] build(deps): bump the python group across 1 directory with 2 updates Updates the requirements on [httpcore](https://github.com/encode/httpcore) and [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version. Updates `httpcore` to 1.0.9 - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/1.0.0...1.0.9) Updates `pydantic-settings` to 2.14.2 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.14.1...v2.14.2) --- updated-dependencies: - dependency-name: httpcore dependency-version: 1.0.9 dependency-type: direct:production dependency-group: python - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index be5f5d450..43155a09e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,9 @@ uvicorn python-multipart python-dotenv httpx -httpcore>=1.0,<2.0 +httpcore>=1.0.9,<2.0 pydantic>=2.13.4 -pydantic-settings>=2.14.1 +pydantic-settings>=2.14.2 SQLAlchemy pypdf beautifulsoup4