From 97fd2144c9aa4f03c3675497426218016b2f14ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:14:05 +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.9.0 to 3.9.2. - [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.9.0...v3.9.2) --- 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 b8e6d80..fa00bab 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.9.0 \ No newline at end of file +aiohttp==3.9.2 \ No newline at end of file