From 93af7171eda3491581308339c3abdec840ec867a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:42:55 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [idna](https://github.com/kjd/idna) and [urllib3](https://github.com/urllib3/urllib3). Updates `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) Updates `urllib3` from 2.1.0 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.1.0...2.2.2) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e304720..a350734 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ fastapi==0.109.2 h11==0.14.0 httpcore==1.0.2 httpx==0.26.0 -idna==3.6 +idna==3.7 pydantic==2.5.3 pydantic-core==2.14.6 pydantic-settings==2.1.0 @@ -20,5 +20,5 @@ python-multipart==0.0.7 sniffio==1.3.0 starlette==0.36.3 typing-extensions==4.9.0 -urllib3==2.1.0 +urllib3==2.2.2 uvicorn==0.25.0