Skip to content

Commit

Permalink
Update py-markdown-table requirement from ==0.4.* to ==1.1.*
Browse files Browse the repository at this point in the history
Updates the requirements on [py-markdown-table](https://github.com/hvalev/py-markdown-table) to permit the latest version.
- [Release notes](https://github.com/hvalev/py-markdown-table/releases)
- [Commits](hvalev/py-markdown-table@v0.4.0...v1.1.0)

---
updated-dependencies:
- dependency-name: py-markdown-table
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 12de833 commit 4a2ab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jsonschema==4.*
# rich, py-markdown-table, tabulate are used for pretty printing outputs that would otherwise
# be difficult to parse by a human
rich==13.*
py-markdown-table==0.4.*
py-markdown-table==1.1.*
tabulate==0.9.*

# jhub_client, pytest, and pytest-asyncio are used for our health checks
Expand Down

0 comments on commit 4a2ab32

Please sign in to comment.