From 5661a90cd1fe667d14b23e03140d6ad6993655f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 23:04:23 +0000 Subject: [PATCH] build(deps): bump the pip group across 2 directories with 3 updates Bumps the pip group with 3 updates in the / directory: [pyjwt](https://github.com/jpadilla/pyjwt), [python-multipart](https://github.com/Kludex/python-multipart) and [starlette](https://github.com/Kludex/starlette). Bumps the pip group with 3 updates in the /requirements directory: [pyjwt](https://github.com/jpadilla/pyjwt), [python-multipart](https://github.com/Kludex/python-multipart) and [starlette](https://github.com/Kludex/starlette). Updates `pyjwt` from 2.10.1 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.1...2.13.0) Updates `python-multipart` from 0.0.27 to 0.0.31 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.27...0.0.31) Updates `starlette` from 0.50.0 to 1.3.1 - [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/0.50.0...1.3.1) Updates `pyjwt` from 2.10.1 to 2.13.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.1...2.13.0) Updates `python-multipart` from 0.0.27 to 0.0.31 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.27...0.0.31) Updates `starlette` from 0.50.0 to 1.3.1 - [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/0.50.0...1.3.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:production dependency-group: pip - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-version: 1.3.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements/requirements-api.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements-api.txt b/requirements/requirements-api.txt index 080bdeb9e..e1d57d98b 100644 --- a/requirements/requirements-api.txt +++ b/requirements/requirements-api.txt @@ -127,7 +127,7 @@ pydantic-settings==2.13.1 # via carbonserver (carbonserver/pyproject.toml) pygments==2.19.2 # via rich -pyjwt==2.10.1 +pyjwt==2.13.0 # via carbonserver (carbonserver/pyproject.toml) python-dateutil==2.9.0.post0 # via carbonserver (carbonserver/pyproject.toml) @@ -137,7 +137,7 @@ python-dotenv==1.2.2 # uvicorn python-jose==3.5.0 # via fastapi-oidc -python-multipart==0.0.27 +python-multipart==0.0.31 # via fastapi pyyaml==6.0.3 # via uvicorn @@ -173,7 +173,7 @@ sqlalchemy==1.4.54 # via # carbonserver (carbonserver/pyproject.toml) # alembic -starlette==0.50.0 +starlette==1.3.1 # via fastapi typer==0.20.0 # via