Skip to content

Commit 7de4fe9

Browse files
Update sentry-sdk[fastapi] requirement from ~=2.27.0 to ~=2.28.0 (#947)
Updates the requirements on [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) to permit the latest version. - [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.27.0...2.28.0) --- updated-dependencies: - dependency-name: sentry-sdk[fastapi] dependency-version: 2.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Boers <peter.boers@surf.nl>
1 parent 523fb42 commit 7de4fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies = [
5757
"redis==5.1.1",
5858
"schedule==1.1.0",
5959
"semver==3.0.4",
60-
"sentry-sdk[fastapi]~=2.27.0",
60+
"sentry-sdk[fastapi]~=2.28.0",
6161
"SQLAlchemy==2.0.40",
6262
"SQLAlchemy-Utils==0.41.2",
6363
"structlog",

0 commit comments

Comments
 (0)