Skip to content

Commit

Permalink
build(deps): update pygments requirement from ~2.13.0 to ~2.15.1
Browse files Browse the repository at this point in the history
Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/commits/2.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 19, 2023
1 parent 28a351d commit 7453823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.7"
misaka = "~2.1.1"
Pygments = "~2.13.0"
Pygments = "~2.15.1"

[tool.poetry.dev-dependencies]
coverage = "^6.4.2"
Expand Down

0 comments on commit 7453823

Please sign in to comment.