From 8c5b560bcb6414dd4af070a7998e89fcc7c0f1c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:57:46 +0000 Subject: [PATCH] Bump aiohttp in /labs/04-deploy-ai/02-frontend-ui/chainlitagent-ui Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.5 to 3.8.6. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.5...v3.8.6) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../02-frontend-ui/chainlitagent-ui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/04-deploy-ai/02-frontend-ui/chainlitagent-ui/requirements.txt b/labs/04-deploy-ai/02-frontend-ui/chainlitagent-ui/requirements.txt index d22d191..1550f95 100644 --- a/labs/04-deploy-ai/02-frontend-ui/chainlitagent-ui/requirements.txt +++ b/labs/04-deploy-ai/02-frontend-ui/chainlitagent-ui/requirements.txt @@ -2,4 +2,4 @@ chainlit==0.6.402 fastapi==0.99.1 python-dotenv==1.0.0 asyncio==3.4.3 -aiohttp==3.8.5 \ No newline at end of file +aiohttp==3.8.6 \ No newline at end of file