From 8f3381e30c154a2045142d92fe63e9848b04ff54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:04:50 +0000 Subject: [PATCH 1/2] Bump aio-pika from 9.0.1 to 9.0.2 Bumps [aio-pika](https://github.com/mosquito/aio-pika) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/mosquito/aio-pika/releases) - [Changelog](https://github.com/mosquito/aio-pika/blob/master/CHANGELOG.md) - [Commits](https://github.com/mosquito/aio-pika/compare/9.0.1...9.0.2) --- updated-dependencies: - dependency-name: aio-pika dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yt_shared/requirements_shared.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_shared/requirements_shared.txt b/yt_shared/requirements_shared.txt index 6b4506c..913f1e4 100644 --- a/yt_shared/requirements_shared.txt +++ b/yt_shared/requirements_shared.txt @@ -1,6 +1,6 @@ SQLAlchemy-Utils==0.40.0 SQLAlchemy==2.0.3 -aio-pika==9.0.1 +aio-pika==9.0.2 aiohttp==3.8.4 asyncpg==0.27.0 pydantic==1.10.4 From d1d6740705ce65d34c8c47967579ea290c987106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 16:05:10 +0000 Subject: [PATCH 2/2] Bump fastapi-cache2[redis] from 0.2.0 to 0.2.1 Bumps [fastapi-cache2[redis]](https://github.com/long2ice/fastapi-cache) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/long2ice/fastapi-cache/releases) - [Changelog](https://github.com/long2ice/fastapi-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/long2ice/fastapi-cache/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: fastapi-cache2[redis] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_api/requirements.txt b/app_api/requirements.txt index 3f49d59..14f50e7 100644 --- a/app_api/requirements.txt +++ b/app_api/requirements.txt @@ -1,3 +1,3 @@ -fastapi-cache2[redis]==0.2.0 +fastapi-cache2[redis]==0.2.1 fastapi==0.92.0 uvicorn==0.20.0