Skip to content

Commit 5dfd2fe

Browse files
Bump the pip group with 3 updates (#397)
Bumps the pip group with 3 updates: [sentry-sdk](https://github.com/getsentry/sentry-python), [coverage](https://github.com/nedbat/coveragepy) and [pytest](https://github.com/pytest-dev/pytest). Updates `sentry-sdk` from 2.3.1 to 2.7.1 - [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.3.1...2.7.1) Updates `coverage` from 7.5.3 to 7.5.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.3...7.5.4) Updates `pytest` from 8.2.1 to 8.2.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@8.2.1...8.2.2) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e91141 commit 5dfd2fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
2-
coverage==7.5.3
3-
pytest==8.2.1
2+
coverage==7.5.4
3+
pytest==8.2.2
44
pytest-asyncio==0.23.7
55
pytest-aiohttp==1.0.5
66
pytest-mock==3.14.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ aiohttp==3.9.5
22
aiohttp-jinja2==1.6
33
gidgethub==5.3.0
44
aiohttp-session[secure]==2.12.0
5-
sentry-sdk==2.3.1
5+
sentry-sdk==2.7.1

0 commit comments

Comments
 (0)