From 033aeba7c6214e243b21047940b8a9b8ca7cef25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 19:35:08 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /apiserver directory: [python-jose](https://github.com/mpdavis/python-jose) and [starlette](https://github.com/encode/starlette). Updates `python-jose` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0) Updates `starlette` from 0.40.0 to 0.46.0 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.40.0...0.46.0) --- updated-dependencies: - dependency-name: python-jose dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- apiserver/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apiserver/requirements.txt b/apiserver/requirements.txt index 0a556d8..e63a32f 100644 --- a/apiserver/requirements.txt +++ b/apiserver/requirements.txt @@ -26,7 +26,7 @@ pydantic-core==2.18.2 ; python_version >= "3.11" and python_version < "4.0" pydantic==2.7.1 ; python_version >= "3.11" and python_version < "4.0" pygments==2.18.0 ; python_version >= "3.11" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.11" and python_version < "4.0" -python-jose==3.3.0 ; python_version >= "3.11" and python_version < "4.0" +python-jose==3.4.0 ; python_version >= "3.11" and python_version < "4.0" python-multipart==0.0.18 ; python_version >= "3.11" and python_version < "4.0" pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "4.0" rich==13.7.1 ; python_version >= "3.11" and python_version < "4.0" @@ -35,7 +35,7 @@ shellingham==1.5.4 ; python_version >= "3.11" and python_version < "4.0" six==1.16.0 ; python_version >= "3.11" and python_version < "4.0" sniffio==1.3.1 ; python_version >= "3.11" and python_version < "4.0" sqlalchemy==2.0.29 ; python_version >= "3.11" and python_version < "4.0" -starlette==0.40.0 ; python_version >= "3.11" and python_version < "4.0" +starlette==0.46.0 ; python_version >= "3.11" and python_version < "4.0" typer==0.12.3 ; python_version >= "3.11" and python_version < "4.0" typing-extensions==4.11.0 ; python_version >= "3.11" and python_version < "4.0" ujson==5.9.0 ; python_version >= "3.11" and python_version < "4.0"