From 4a3599a4b35b8d17bf9659fbf9692f0398d0f97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:22:35 -0700 Subject: [PATCH] Bump aiohttp from 3.9.3 to 3.10.2 in /tools/cellxgene_census_builder (#1258) Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.3 to 3.10.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.3...v3.10.2) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/cellxgene_census_builder/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cellxgene_census_builder/pyproject.toml b/tools/cellxgene_census_builder/pyproject.toml index bec7c10dd..ce22ff228 100644 --- a/tools/cellxgene_census_builder/pyproject.toml +++ b/tools/cellxgene_census_builder/pyproject.toml @@ -41,7 +41,7 @@ dependencies= [ "fsspec[http]==2024.3.1", "s3fs==2024.3.1", "requests==2.32.0", - "aiohttp==3.9.3", + "aiohttp==3.10.2", "Cython", # required by owlready2 "wheel", # required by owlready2 "owlready2==0.44",