Skip to content

Commit 29d7a26

Browse files
Bump pygments from 2.8.1 to 2.9.0 (#899)
Bumps [pygments](https://github.com/pygments/pygments) from 2.8.1 to 2.9.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.8.1...2.9.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9aac25 commit 29d7a26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

{{cookiecutter.project_name}}/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ reorder-python-imports = "^2.5.0"
4949
pre-commit-hooks = "^3.4.0"
5050
sphinx-rtd-theme = "^0.5.2"
5151
sphinx-click = "^2.7.1"
52-
Pygments = "^2.8.1"
52+
Pygments = "^2.9.0"
5353

5454
[tool.poetry.scripts]
5555
{{cookiecutter.project_name}} = "{{cookiecutter.package_name}}.__main__:main"

0 commit comments

Comments
 (0)