Skip to content

Commit

Permalink
build(deps-dev): update pygments requirement
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](pygments/pygments@2.14.0...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] committed Jul 3, 2023
1 parent 5fd6b86 commit f4a031c
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 @@ -12,7 +12,7 @@ dependencies = [
"colorama ~= 0.4.6",
"jinja2 ~= 3.1.2",
"pycodestyle ~= 2.10.0",
"pygments ~= 2.14.0",
"pygments >= 2.14,< 2.16",
"pylint ~= 2.17.4",
"requests >= 2.28,< 2.32",
"six",
Expand Down

0 comments on commit f4a031c

Please sign in to comment.