Skip to content

Commit ed15133

Browse files
Bump the pip group with 4 updates (#660)
Bumps the pip group with 4 updates: [cachetools](https://github.com/tkem/cachetools), [sentry-sdk](https://github.com/getsentry/sentry-python), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp). Updates `cachetools` from 5.5.0 to 5.5.1 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v5.5.0...v5.5.1) Updates `sentry-sdk` from 2.19.2 to 2.20.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.19.2...2.20.0) Updates `pytest-asyncio` from 0.25.0 to 0.25.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.0...v0.25.3) Updates `pytest-aiohttp` from 1.0.5 to 1.1.0 - [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases) - [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/pytest-aiohttp@v1.0.5...v1.1.0) --- updated-dependencies: - dependency-name: cachetools 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-minor dependency-group: pip - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest-aiohttp dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e61d508 commit ed15133

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
asynctest==0.13.0
33
pytest==8.3.4
4-
pytest-asyncio==0.25.0
5-
pytest-aiohttp==1.0.5
4+
pytest-asyncio==0.25.3
5+
pytest-aiohttp==1.1.0
66
pytest-cov==6.0.0

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiohttp==3.11.11
22
appdirs==1.4.4
33
async-timeout==5.0.1
4-
cachetools==5.5.0
4+
cachetools==5.5.1
55
chardet==5.2.0
66
gidgethub==5.3.0
77
multidict==6.1.0
@@ -10,4 +10,4 @@ pyparsing==3.2.1
1010
six==1.17.0
1111
uritemplate==4.1.1
1212
yarl==1.18.3
13-
sentry-sdk==2.19.2
13+
sentry-sdk==2.20.0

0 commit comments

Comments
 (0)