From 13dad4d68475b5a2344a3f4d0834bab1868172f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 04:54:29 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 4 updates Updates the requirements on [starlette](https://github.com/Kludex/starlette), [httpx](https://github.com/encode/httpx), [uvicorn](https://github.com/Kludex/uvicorn) and [pyxle-db](https://github.com/pyxle-dev/pyxle-plugins) to permit the latest version. Updates `starlette` to 1.6.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/1.3.1...1.6.0) Updates `httpx` to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.27.0...0.28.1) Updates `uvicorn` to 0.52.4 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.30.0...0.52.4) Updates `pyxle-db` to 0.3.0 - [Release notes](https://github.com/pyxle-dev/pyxle-plugins/releases) - [Commits](https://github.com/pyxle-dev/pyxle-plugins/compare/pyxle-db-v0.2.0...pyxle-db-v0.3.0) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pyxle-db dependency-version: 0.3.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: starlette dependency-version: 1.6.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: uvicorn dependency-version: 0.52.1 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 17c1a27..6393141 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -starlette>=1.3.1,<2.0 -httpx>=0.27,<0.28 -uvicorn[standard]>=0.30,<0.31 -pyxle-db>=0.2.0 +starlette>=1.6.0,<2.0 +httpx>=0.28.1,<0.29 +uvicorn[standard]>=0.52.4,<0.53 +pyxle-db>=0.3.0 pyxle-mail>=0.1.0