From 4b1ae708fa4d43b2b3b756953999938d17775883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:02:52 +0000 Subject: [PATCH] Bump the pip group with 7 updates Bumps the pip group with 7 updates: | Package | From | To | | --- | --- | --- | | [cachetools](https://github.com/tkem/cachetools) | `6.1.0` | `6.2.0` | | [multidict](https://github.com/aio-libs/multidict) | `6.6.3` | `6.6.4` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.2.3` | `3.2.5` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.34.1` | `2.39.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.1.0` | `1.2.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.0.0` | Updates `cachetools` from 6.1.0 to 6.2.0 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v6.1.0...v6.2.0) Updates `multidict` from 6.6.3 to 6.6.4 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.6.3...v6.6.4) Updates `pyparsing` from 3.2.3 to 3.2.5 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.2.3...3.2.5) Updates `sentry-sdk` from 2.34.1 to 2.39.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.34.1...2.39.0) Updates `pytest` from 8.4.1 to 8.4.2 - [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.1...8.4.2) Updates `pytest-asyncio` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.2.0) Updates `pytest-cov` from 6.2.1 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v7.0.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: multidict dependency-version: 6.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pyparsing dependency-version: 3.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sentry-sdk dependency-version: 2.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 6 +++--- requirements.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 603f4eb5..c5e442dd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt asynctest==0.13.0 -pytest==8.4.1 -pytest-asyncio==1.1.0 +pytest==8.4.2 +pytest-asyncio==1.2.0 pytest-aiohttp==1.1.0 -pytest-cov==6.2.1 +pytest-cov==7.0.0 diff --git a/requirements.txt b/requirements.txt index ba078602..ca764169 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ aiohttp==3.12.15 appdirs==1.4.4 async-timeout==5.0.1 -cachetools==6.1.0 +cachetools==6.2.0 chardet==5.2.0 gidgethub==5.4.0 -multidict==6.6.3 +multidict==6.6.4 packaging==25.0 -pyparsing==3.2.3 +pyparsing==3.2.5 six==1.17.0 uritemplate==4.2.0 yarl==1.20.1 -sentry-sdk==2.34.1 +sentry-sdk==2.39.0