Skip to content

Commit

Permalink
chore(deps): update tabulate requirement
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.
- [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG)
- [Commits](astanin/python-tabulate@v0.8.9...v0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 0afb87c commit c92c7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requests >=2.25.1,<3.0
tqdm >=4.61.1,<5.0

# Tabular display.
tabulate >=0.8.9,<0.9
tabulate >=0.8.9,<0.10

# Levenshtein distance.
polyleven >=0.8,<0.9
Expand Down

0 comments on commit c92c7fc

Please sign in to comment.