From 90a566ddbac370e7bd0fb2d160457608f977bd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:43:26 +0000 Subject: [PATCH 1/2] Bump the pip group with 4 updates Bumps the pip group with 4 updates: [cachetools](https://github.com/tkem/cachetools), [sentry-sdk](https://github.com/getsentry/sentry-python), [pytest](https://github.com/pytest-dev/pytest) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `cachetools` from 6.2.1 to 6.2.2 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v6.2.1...v6.2.2) Updates `sentry-sdk` from 2.43.0 to 2.46.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.43.0...2.46.0) Updates `pytest` from 8.4.2 to 9.0.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/8.4.2...9.0.1) Updates `pytest-asyncio` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sentry-sdk dependency-version: 2.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c5e442dd..3b3334ef 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt asynctest==0.13.0 -pytest==8.4.2 -pytest-asyncio==1.2.0 +pytest==9.0.1 +pytest-asyncio==1.3.0 pytest-aiohttp==1.1.0 pytest-cov==7.0.0 diff --git a/requirements.txt b/requirements.txt index 0908dac1..1010e7e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.13.2 appdirs==1.4.4 async-timeout==5.0.1 -cachetools==6.2.1 +cachetools==6.2.2 chardet==5.2.0 gidgethub==5.4.0 multidict==6.7.0 @@ -10,4 +10,4 @@ pyparsing==3.2.5 six==1.17.0 uritemplate==4.2.0 yarl==1.22.0 -sentry-sdk==2.43.0 +sentry-sdk==2.46.0 From bf8a85cfe3090faa88525bcf9cf21d8f9e6b0229 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Mon, 1 Dec 2025 18:50:12 +0800 Subject: [PATCH 2/2] Revert pytest and pytest-asyncio versions --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3b3334ef..c5e442dd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt asynctest==0.13.0 -pytest==9.0.1 -pytest-asyncio==1.3.0 +pytest==8.4.2 +pytest-asyncio==1.2.0 pytest-aiohttp==1.1.0 pytest-cov==7.0.0