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.17.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2023
1 parent e4503ec commit cff7dfd
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.11",
"pygments >= 2.14,< 2.17",
"pygments >= 2.14,< 2.18",
"pylint ~= 3.0.2",
"requests >= 2.28,< 2.32",
"six",
Expand Down

0 comments on commit cff7dfd

Please sign in to comment.