Skip to content

Commit

Permalink
Update tabulate requirement in /cli
Browse files Browse the repository at this point in the history
Updates the requirements on [tabulate](https://github.com/astanin/python-tabulate) to permit the latest version.
- [Release notes](https://github.com/astanin/python-tabulate/releases)
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG)
- [Commits](astanin/python-tabulate@v0.8.8...v0.9.0)

---
updated-dependencies:
- dependency-name: tabulate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 20, 2023
1 parent 2916a60 commit 23cdae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto3>=1.16.14
tabulate>=0.8.8,<=0.8.10
tabulate>=0.8.8,<=0.9.0
PyYAML~=5.3
jinja2~=3.0
marshmallow~=3.10
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def readme():
REQUIRES = [
"setuptools",
"boto3>=1.16.14",
"tabulate>=0.8.8,<=0.8.10",
"tabulate>=0.8.8,<=0.9.0",
"PyYAML~=5.3",
"jinja2~=3.0",
"marshmallow~=3.10",
Expand Down

0 comments on commit 23cdae7

Please sign in to comment.