Skip to content

Commit 727d06d

Browse files
Bump pygments from 2.9.0 to 2.10.0 (#1036)
Bumps [pygments](https://github.com/pygments/pygments) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.9.0...2.10.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d561759 commit 727d06d

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
@@ -50,7 +50,7 @@ reorder-python-imports = "^2.6.0"
5050
pre-commit-hooks = "^4.0.1"
5151
sphinx-rtd-theme = "^0.5.2"
5252
sphinx-click = "^3.0.1"
53-
Pygments = "^2.9.0"
53+
Pygments = "^2.10.0"
5454

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

0 commit comments

Comments
 (0)