From 202d4f31093483ebbf5fafa6c7bf160762e57f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 18:08:20 +0000 Subject: [PATCH] Bump django from 3.2.5 to 3.2.25 in /ai Bumps [django](https://github.com/django/django) from 3.2.5 to 3.2.25. - [Commits](https://github.com/django/django/compare/3.2.5...3.2.25) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ai/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/requirements.txt b/ai/requirements.txt index 36680be43..00c9456d1 100644 --- a/ai/requirements.txt +++ b/ai/requirements.txt @@ -22,7 +22,7 @@ seaborn==0.11.2 # Web Frameworks and Tools flask==2.0.1 -django==3.2.5 +django==3.2.25 # Asyncio and Concurrency Tools aiohttp==3.9.4