From cbd77283fdf20f0036cd55d4623d4ce8e798b59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 14:02:26 +0000 Subject: [PATCH] build(deps): bump the pip group across 2 directories with 1 update Bumps the pip group with 1 update in the / directory: [python-multipart](https://github.com/Kludex/python-multipart). Bumps the pip group with 1 update in the /requirements directory: [python-multipart](https://github.com/Kludex/python-multipart). Updates `python-multipart` from 0.0.26 to 0.0.27 - [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.26...0.0.27) Updates `python-multipart` from 0.0.26 to 0.0.27 - [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.26...0.0.27) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.27 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- carbonserver/pyproject.toml | 2 +- requirements/requirements-api.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/carbonserver/pyproject.toml b/carbonserver/pyproject.toml index 41979a10f..9f1a5193d 100644 --- a/carbonserver/pyproject.toml +++ b/carbonserver/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "alembic<2.0.0", - "authlib>=1.7.0", + "authlib>=1.7.2", "bcrypt<5.0.0", "python-dateutil<3.0.0", "dependency-injector<5.0.0", diff --git a/requirements/requirements-api.txt b/requirements/requirements-api.txt index 42abf97f9..7dcaf6496 100644 --- a/requirements/requirements-api.txt +++ b/requirements/requirements-api.txt @@ -11,7 +11,7 @@ anyio==4.12.0 # httpx # starlette # watchfiles -authlib==1.7.0 +authlib==1.7.2 # via carbonserver (carbonserver/pyproject.toml) bcrypt==4.3.0 # via carbonserver (carbonserver/pyproject.toml) @@ -32,7 +32,7 @@ click==8.3.1 # rich-toolkit # typer # uvicorn -cryptography==46.0.7 +cryptography==48.0.0 # via # authlib # jwcrypto @@ -139,7 +139,7 @@ python-dotenv==1.2.2 # uvicorn python-jose==3.5.0 # via fastapi-oidc -python-multipart==0.0.26 +python-multipart==0.0.27 # via fastapi pyyaml==6.0.3 # via uvicorn