Skip to content

Commit

Permalink
build(deps): update pygments requirement (#1047)
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.18.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 12, 2024
1 parent 49c8e3e commit 06a8128
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.18",
"pygments >= 2.14,< 2.19",
"pylint ~= 3.1.0",
"requests >= 2.28,< 2.32",
"six",
Expand Down

0 comments on commit 06a8128

Please sign in to comment.