Skip to content

Commit 9bd1a7d

Browse files
Update sentry-sdk requirement from ==2.28.* to ==2.29.* in /server (#349)
Updates the requirements on [sentry-sdk](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.28.0...2.29.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mario Behling <[email protected]>
1 parent 4b81efa commit 9bd1a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pytz
2929
redis==5.2.1
3030
reportlab==4.3.*
3131
requests==2.32.*
32-
sentry-sdk==2.28.*
32+
sentry-sdk==2.29.*
3333
tqdm==4.67.*
3434
websockets==15.*
3535

0 commit comments

Comments
 (0)