Skip to content

Commit

Permalink
Bump chalice from 1.17.0 to 1.18.1 (#19)
Browse files Browse the repository at this point in the history
* Bump chalice from 1.17.0 to 1.18.1

Bumps [chalice](https://github.com/aws/chalice) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/aws/chalice/releases)
- [Changelog](https://github.com/aws/chalice/blob/master/CHANGELOG.rst)
- [Commits](aws/chalice@1.17.0...1.18.1)

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

* bump version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matin Tamizi <[email protected]>
  • Loading branch information
dependabot[bot] and matin authored Aug 26, 2020
1 parent e29a592 commit b7b65cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.17.0
chalice==1.18.1
sentry-sdk==0.16.3
2 changes: 1 addition & 1 deletion sentry_chalice/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
package_data=dict(cuenca_validations=['py.typed']),
python_requires='>=3.6',
install_requires=[
'chalice>=1.16.0,<1.18.0',
'chalice>=1.16.0,<1.19.0',
'sentry-sdk>=0.16.2,<0.17.0',
'dataclasses>=0.6;python_version<"3.7"',
],
Expand Down

0 comments on commit b7b65cd

Please sign in to comment.