Skip to content

Commit 272463b

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] <[email protected]>
1 parent d13ceff commit 272463b

File tree

2 files changed

+16
-22
lines changed

2 files changed

+16
-22
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: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
#
2-
# These requirements were autogenerated by pipenv
3-
# To regenerate from the project's Pipfile, run:
4-
#
5-
# pipenv lock --requirements
6-
#
7-
8-
-i https://pypi.org/simple/
1+
-i https://pypi.org/simple
92
aniso8601==9.0.1
103
beautifulsoup4==4.9.3
114
blinker==1.4
125
bs4==0.0.1
13-
certifi==2023.7.22
6+
certifi==2023.11.17; python_version >= '3.6'
147
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
158
click==8.0.1; python_version >= '3.6'
9+
flask==1.1.2
1610
flask-restful==0.3.8
17-
flask==2.2.5
1811
gunicorn==20.0.4
1912
html5lib==1.1
2013
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
@@ -23,9 +16,9 @@ jinja2==3.0.1; python_version >= '3.6'
2316
markupsafe==2.0.1; python_version >= '3.6'
2417
pytz==2021.1
2518
requests==2.25.1
26-
sentry-sdk[flask]==0.19.5
19+
sentry-sdk[flask]==1.14.0
2720
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2821
soupsieve==2.2.1; python_version >= '3.0'
29-
urllib3==1.26.5
22+
urllib3==2.1.0; python_version >= '3.6'
3023
webencodings==0.5.1
3124
werkzeug==2.0.1; python_version >= '3.6'

0 commit comments

Comments
 (0)