mirror of
https://github.com/Textualize/rich.git
synced 2025-08-04 10:08:40 +00:00
bump markdown lib
This commit is contained in:
parent
b9c9eb57b4
commit
f232e9d95b
3 changed files with 798 additions and 792 deletions
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [13.4.2] - 2023-06-12
|
||||
|
||||
### Changed
|
||||
|
||||
- Relaxed markdown-it-py
|
||||
|
||||
## [13.4.1] - 2023-06-31
|
||||
|
||||
### Fixed
|
||||
|
|
1580
poetry.lock
generated
1580
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@
|
|||
name = "rich"
|
||||
homepage = "https://github.com/Textualize/rich"
|
||||
documentation = "https://rich.readthedocs.io/en/latest/"
|
||||
version = "13.4.1"
|
||||
version = "13.4.2"
|
||||
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
|
||||
authors = ["Will McGugan <willmcgugan@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
@ -30,7 +30,7 @@ python = ">=3.7.0"
|
|||
typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" }
|
||||
pygments = "^2.13.0"
|
||||
ipywidgets = { version = ">=7.5.1,<9", optional = true }
|
||||
markdown-it-py = "^2.2.0"
|
||||
markdown-it-py = ">=2.2.0"
|
||||
|
||||
[tool.poetry.extras]
|
||||
jupyter = ["ipywidgets"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue