From 6d55f477afdad0dc40daaf430962effe99c9b277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:22:35 +0000 Subject: [PATCH] Bump the pip group with 4 updates Bumps the pip group with 4 updates: [sentry-sdk](https://github.com/getsentry/sentry-python), [pytest](https://github.com/pytest-dev/pytest), [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `sentry-sdk` from 2.60.0 to 2.63.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.60.0...2.63.0) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `pytest-aiohttp` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases) - [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/pytest-aiohttp/compare/v1.1.0...v1.1.1) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.63.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-aiohttp dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 7b0c82ff..2e8609e5 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt asynctest==0.13.0 -pytest==9.0.3 -pytest-aiohttp==1.1.0 -pytest-asyncio==1.3.0 +pytest==9.1.1 +pytest-aiohttp==1.1.1 +pytest-asyncio==1.4.0 pytest-cov==7.1.0 diff --git a/requirements.txt b/requirements.txt index 6faf03ee..b74ea734 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ gidgethub==5.4.0 multidict==6.7.1 packaging==26.2 pyparsing==3.3.2 -sentry-sdk==2.60.0 +sentry-sdk==2.63.0 six==1.17.0 uritemplate==4.2.0 yarl==1.24.2