From 299ca38d4b73d50060889b9cd1ff3431264811f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:40:50 +0000 Subject: [PATCH] Bump the pip group with 5 updates --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index deff1eaa..2dabc0af 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt coverage pytest==8.3.4 -pytest-asyncio==0.24.0 +pytest-asyncio==0.25.0 pytest-aiohttp==1.0.5 pytest-cov==6.0.0 diff --git a/requirements.txt b/requirements.txt index 34c0c4cd..4ba241be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ cherry_picker==2.4.0 #git+https://github.com/python/cherry-picker.git@remove-initial-state#egg=cherry_picker -aiohttp==3.11.8 +aiohttp==3.11.11 gidgethub==5.3.0 cachetools==5.5.0 -redis==5.2.0 +redis==5.2.1 celery==5.4.0 -sentry-sdk==2.19.0 -click==8.1.7 +sentry-sdk==2.19.2 +click==8.1.8