Skip to content

Commit 4f2fa72

Browse files
dependabot[bot]amotl
authored andcommitted
Update cornice requirement from <6,>=5.0.3 to >=5.0.3,<7
Updates the requirements on [cornice](https://github.com/mozilla-services/cornice) to permit the latest version. - [Release notes](https://github.com/mozilla-services/cornice/releases) - [Changelog](https://github.com/Cornices/cornice/blob/master/CHANGES.txt) - [Commits](Cornices/cornice@5.0.3...6.0.1) --- updated-dependencies: - dependency-name: cornice dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed39513 commit 4f2fa72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'six>=1.15.0',
3434
'pyramid==1.10.8',
3535
'pyramid_jinja2>=2.8,<3',
36-
'cornice>=5.0.3,<6',
36+
'cornice>=5.0.3,<7',
3737
'simplejson>=3.17.2,<4',
3838
'Jinja2<4',
3939
'munch>=2.5.0,<3',

0 commit comments

Comments
 (0)