Skip to content

Commit e95fa17

Browse files
Update sentry-sdk requirement from <1.0,>=0.14.0 to >=0.14.0,<2.0 (#60)
* Update sentry-sdk requirement from <1.0,>=0.14.0 to >=0.14.0,<2.0 Updates the requirements on [sentry-sdk](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@0.14.0...1.0.0) Signed-off-by: dependabot[bot] <[email protected]> * Use Sentry 1.x only Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Brackett <[email protected]>
1 parent b80a187 commit e95fa17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-server.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# setup.py.
1010
cchardet >=2.1.6,<3
1111
pycurl >=7.43,<8
12-
sentry-sdk >=0.14.0,<1.0
12+
sentry-sdk >=1.0.0,<2.0
1313
tornado >=6.0.0,<7

0 commit comments

Comments
 (0)