Skip to content

Commit 9c4da50

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 b5a0e7a commit 9c4da50

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

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.54.0
2828
six~=1.17.0
2929
SQLAlchemy~=2.0.48
3030
structlog~=25.5.0

requirements.txt

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cffi==2.0.0
3838
# via cryptography
3939
charset-normalizer==3.4.4
4040
# via requests
41-
click==8.3.1
41+
click==8.1.8
4242
# via
4343
# -r requirements.in
4444
# flask
@@ -103,7 +103,7 @@ jmespath==1.1.0
103103
# via
104104
# boto3
105105
# botocore
106-
lazy-object-proxy==1.4.3
106+
lazy-object-proxy==1.12.0
107107
# via -r requirements.in
108108
mako==1.3.10
109109
# via
@@ -133,8 +133,6 @@ packaging==26.0
133133
# build
134134
# gunicorn
135135
# wheel
136-
pip==26.0.1
137-
# via pip-tools
138136
pip-tools==7.4.1
139137
# via -r requirements.in
140138
platformdirs==4.9.2
@@ -167,14 +165,9 @@ pyproject-hooks==1.2.0
167165
# via
168166
# build
169167
# pip-tools
170-
python-dotenv==1.2.2
171168
python-dateutil==2.6.1
172-
# via
173-
# -r requirements.in
174-
# botocore
175-
# via
176-
# -r requirements.in
177-
# botocore
169+
# via botocore
170+
python-dotenv==1.2.2
178171
# via pydantic-settings
179172
python-editor==1.0.4
180173
# via -r requirements.in
@@ -185,14 +178,15 @@ requests==2.32.5
185178
# flask-pyoidc
186179
# oic
187180
# pyjwkest
188-
sentry-sdk[flask]==2.24.1
181+
s3transfer==0.10.4
182+
# via boto3
183+
sentry-sdk[flask]==2.54.0
189184
# via -r requirements.in
190-
setuptools==82.0.0
191-
# via pip-tools
192185
six==1.17.0
193186
# via
194187
# -r requirements.in
195188
# pyjwkest
189+
# python-dateutil
196190
sqlalchemy==2.0.48
197191
# via
198192
# -r requirements.in
@@ -235,5 +229,7 @@ zipp==3.23.0
235229
# via importlib-metadata
236230

237231
# The following packages are considered to be unsafe in a requirements file:
238-
# pip
239-
# setuptools
232+
pip==26.0.1
233+
# via pip-tools
234+
setuptools==82.0.0
235+
# via pip-tools

0 commit comments

Comments
 (0)