Skip to content

Commit d6ad28e

Browse files
Bump the pip group with 4 updates
Bumps the pip group with 4 updates: [cachetools](https://github.com/tkem/cachetools), [pyparsing](https://github.com/pyparsing/pyparsing), [sentry-sdk](https://github.com/getsentry/sentry-python) and [pytest](https://github.com/pytest-dev/pytest). Updates `cachetools` from 6.2.2 to 6.2.4 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v6.2.2...v6.2.4) Updates `pyparsing` from 3.2.5 to 3.3.1 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](pyparsing/pyparsing@3.2.5...3.3.1) Updates `sentry-sdk` from 2.46.0 to 2.48.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.46.0...2.48.0) Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.1...9.0.2) --- updated-dependencies: - dependency-name: cachetools dependency-version: 6.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pyparsing dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: sentry-sdk dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ee6e26 commit d6ad28e

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
asynctest==0.13.0
3-
pytest==9.0.1
3+
pytest==9.0.2
44
pytest-asyncio==1.3.0
55
pytest-aiohttp==1.1.0
66
pytest-cov==7.0.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
aiohttp==3.13.2
22
appdirs==1.4.4
33
async-timeout==5.0.1
4-
cachetools==6.2.2
4+
cachetools==6.2.4
55
chardet==5.2.0
66
gidgethub==5.4.0
77
multidict==6.7.0
88
packaging==25.0
9-
pyparsing==3.2.5
9+
pyparsing==3.3.1
1010
six==1.17.0
1111
uritemplate==4.2.0
1212
yarl==1.22.0
13-
sentry-sdk==2.46.0
13+
sentry-sdk==2.48.0

0 commit comments

Comments
 (0)