From 142533fa7bd4e53dbe13c561fad2624c11662e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:58:49 +0000 Subject: [PATCH 1/2] Bump urllib3 from 2.2.1 to 2.2.2 in /src Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 87ff4e1..744f0db 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -152,7 +152,7 @@ typing-extensions==4.12.2 # openai # pydantic # pydantic-core -urllib3==2.2.1 +urllib3==2.2.2 # via requests uvicorn[standard]==0.30.1 # via quartapp (pyproject.toml) From 828738e9d7314fb29db6555dbcdad6a625c4277a Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Thu, 20 Jun 2024 10:21:34 -0700 Subject: [PATCH 2/2] Update reqs --- src/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/requirements.txt b/src/requirements.txt index 744f0db..abb55c4 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -21,7 +21,7 @@ attrs==23.2.0 # via aiohttp azure-core==1.30.2 # via azure-identity -azure-identity==1.16.1 +azure-identity==1.17.0 # via quartapp (pyproject.toml) blinker==1.8.2 # via @@ -105,7 +105,7 @@ multidict==6.0.5 # via # aiohttp # yarl -openai==1.34.0 +openai==1.35.1 # via quartapp (pyproject.toml) packaging==24.1 # via @@ -149,6 +149,7 @@ tqdm==4.66.4 typing-extensions==4.12.2 # via # azure-core + # azure-identity # openai # pydantic # pydantic-core