From 273a1c6f23d8eb81e2c3668dde9d13c988460943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:41:09 +0100 Subject: [PATCH] Bump the pip group with 5 updates (#704) Bumps the pip group with 5 updates: | Package | From | To | | --- | --- | --- | | [cherry-picker](https://github.com/python/cherry-picker) | `2.2.0` | `2.3.0` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.8` | `3.10.10` | | [redis](https://github.com/redis/redis-py) | `5.1.0` | `5.2.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.15.0` | `2.17.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | Updates `cherry-picker` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/python/cherry-picker/releases) - [Changelog](https://github.com/python/cherry-picker/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/cherry-picker/compare/cherry-picker-v2.2.0...cherry-picker-v2.3.0) Updates `aiohttp` from 3.10.8 to 3.10.10 - [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.10.8...v3.10.10) Updates `redis` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.1.0...v5.2.0) Updates `sentry-sdk` from 2.15.0 to 2.17.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.15.0...2.17.0) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: cherry-picker dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - 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-minor dependency-group: pip - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 93a2da8b..2dae285a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,4 +3,4 @@ coverage pytest==8.3.3 pytest-asyncio==0.24.0 pytest-aiohttp==1.0.5 -pytest-cov==5.0.0 +pytest-cov==6.0.0 diff --git a/requirements.txt b/requirements.txt index 582cc553..5f933bd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -cherry_picker==2.2.0 +cherry_picker==2.3.0 #git+https://github.com/python/cherry-picker.git@remove-initial-state#egg=cherry_picker -aiohttp==3.10.8 +aiohttp==3.10.10 gidgethub==5.3.0 cachetools==5.5.0 -redis==5.1.0 +redis==5.2.0 celery==5.4.0 -sentry-sdk==2.15.0 +sentry-sdk==2.17.0 click==8.1.7