Skip to content

Commit

Permalink
Bump sentry-sdk from 0.16.3 to 0.17.0 (#18)
Browse files Browse the repository at this point in the history
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.16.3 to 0.17.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGES.md)
- [Commits](getsentry/sentry-python@0.16.3...0.17.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2020
1 parent b7b65cd commit ad8caea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
chalice==1.18.1
sentry-sdk==0.16.3
sentry-sdk==0.17.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
python_requires='>=3.6',
install_requires=[
'chalice>=1.16.0,<1.19.0',
'sentry-sdk>=0.16.2,<0.17.0',
'sentry-sdk>=0.16.2,<0.18.0',
'dataclasses>=0.6;python_version<"3.7"',
],
classifiers=[
Expand Down

0 comments on commit ad8caea

Please sign in to comment.