![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v0.8.4...v2.0.3) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
314 B
TOML
17 lines
314 B
TOML
[tool.poetry]
|
|
name = "blogduyax"
|
|
version = "1.0.0"
|
|
description = ""
|
|
authors = ["Yax"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
requests = "^2.25.1"
|
|
Pygments = "^2.7.4"
|
|
mistune = "^2.0.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|