Skip to content

Commit f96c1fe

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 b50024e commit f96c1fe

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip-tools~=7.4.1
2121
psycopg2-binary~=2.9.3
2222
pylint~=3.3.6
2323
python-editor~=1.0.3
24-
sentry-sdk[flask]~=2.24.1
24+
sentry-sdk[flask]~=2.54.0
2525
six~=1.17.0
2626
SQLAlchemy~=2.0.48
2727
structlog~=25.5.0

requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ packaging==26.0
118118
# build
119119
# gunicorn
120120
# wheel
121-
pip==26.0.1
122-
# via pip-tools
123121
pip-tools==7.4.1
124122
# via -r requirements.in
125123
platformdirs==4.9.2
@@ -163,10 +161,8 @@ requests==2.32.5
163161
# flask-pyoidc
164162
# oic
165163
# pyjwkest
166-
sentry-sdk==2.24.1
164+
sentry-sdk[flask]==2.54.0
167165
# via -r requirements.in
168-
setuptools==82.0.0
169-
# via pip-tools
170166
six==1.17.0
171167
# via
172168
# -r requirements.in

0 commit comments

Comments
 (0)