Skip to content

Commit 0b8ab6c

Browse files
Update sentry-sdk[flask] requirement from ~=2.24.1 to ~=2.54.0
Updates the requirements on [sentry-sdk[flask]](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.24.1...2.54.0) --- updated-dependencies: - dependency-name: sentry-sdk[flask] dependency-version: 2.54.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2731f0 commit 0b8ab6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip-tools~=7.4.1
2424
psycopg2-binary~=2.9.3
2525
pylint~=3.3.6
2626
python-editor~=1.0.3
27-
sentry-sdk[flask]~=2.24.1
27+
sentry-sdk[flask]~=2.55.0
2828
six~=1.17.0
2929
SQLAlchemy~=2.0.48
3030
structlog~=25.5.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ requests==2.32.5
180180
# pyjwkest
181181
s3transfer==0.10.4
182182
# via boto3
183-
sentry-sdk[flask]==2.24.1
183+
sentry-sdk[flask]==2.55.0
184184
# via -r requirements.in
185185
six==1.17.0
186186
# via

0 commit comments

Comments
 (0)