Skip to content

Commit ac8a9b6

Browse files
Bump sentry-sdk from 0.19.5 to 1.14.0
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.19.5 to 1.14.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@0.19.5...1.14.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3660887 commit ac8a9b6

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Pipfile.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aniso8601==9.0.1
33
beautifulsoup4==4.9.3
44
blinker==1.4
55
bs4==0.0.1
6-
certifi==2021.5.30
6+
certifi==2023.11.17; python_version >= '3.6'
77
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
88
click==8.1.7; python_version >= '3.7'
99
flask==2.2.5; python_version >= '3.7'
@@ -17,10 +17,10 @@ jinja2==3.1.2; python_version >= '3.7'
1717
markupsafe==2.1.3; python_version >= '3.6'
1818
pytz==2021.1
1919
requests==2.25.1
20-
sentry-sdk[flask]==0.19.5
20+
sentry-sdk[flask]==1.14.0
2121
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2222
soupsieve==2.2.1; python_version >= '3.0'
23-
urllib3==1.26.5
23+
urllib3==2.1.0; python_version >= '3.6'
2424
webencodings==0.5.1
2525
werkzeug==3.0.1; python_version >= '3.8'
2626
zipp==3.17.0; python_version >= '3.8'

0 commit comments

Comments
 (0)