8000 Bump the pip group with 4 updates (#701) · python/miss-islington@a191566 · GitHub
[go: up one dir, main page]

Skip to content

Commit a191566

Browse files
Bump the pip group with 4 updates (#701)
Bumps the pip group with 4 updates: [aiohttp](https://github.com/aio-libs/aiohttp), [cachetools](https://github.com/tkem/cachetools), [sentry-sdk](https://github.com/getsentry/sentry-python) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `aiohttp` from 3.10.2 to 3.10.5 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.10.2...v3.10.5) Updates `cachetools` from 5.4.0 to 5.5.0 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v5.4.0...v5.5.0) Updates `sentry-sdk` from 2.12.0 to 2.13.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.12.0...2.13.0) Updates `pytest-asyncio` from 0.23.8 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: cachetools 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-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e55349 commit a191566

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
coverage
33
pytest==8.3.2
4-
pytest-asyncio==0.23.8
4+
pytest-asyncio==0.24.0
55
pytest-aiohttp==1.0.5
66
pytest-cov==5.0.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cherry_picker==2.2.0
22
#git+https://github.com/python/cherry-picker.git@remove-initial-state#egg=cherry_picker
3-
aiohttp==3.10.2
3+
aiohttp==3.10.5
44
gidgethub==5.3.0
5-
cachetools==5.4.0
5+
cachetools==5.5.0
66
redis==5.0.8
77
celery==5.4.0
8-
sentry-sdk==2.12.0
8+
sentry-sdk==2.13.0
99
click==8.1.7

0 commit comments

Comments
 (0)
0