From bc1ce8741621d6c90e2e082048ee28bb1897e250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 23:20:47 +0000 Subject: [PATCH] Bump pygments from 2.15.0 to 2.15.1 in /dependencies/python (#4126) Bumps [pygments](https://github.com/pygments/pygments) from 2.15.0 to 2.15.1. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.15.0...2.15.1) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philip Mallegol-Hansen --- dependencies/python/ansible-lint.txt | 2 +- dependencies/python/sqlfluff.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/python/ansible-lint.txt b/dependencies/python/ansible-lint.txt index edbe8382..f9731791 100644 --- a/dependencies/python/ansible-lint.txt +++ b/dependencies/python/ansible-lint.txt @@ -17,7 +17,7 @@ packaging==23.1 pathspec==0.11.1 platformdirs==3.5.1 pycparser==2.21 -Pygments==2.15.0 +Pygments==2.15.1 pyrsistent==0.19.3 PyYAML==6.0 resolvelib==0.8.1 diff --git a/dependencies/python/sqlfluff.txt b/dependencies/python/sqlfluff.txt index b99406cd..f4b5ef3b 100644 --- a/dependencies/python/sqlfluff.txt +++ b/dependencies/python/sqlfluff.txt @@ -10,7 +10,7 @@ MarkupSafe==2.1.2 packaging==23.1 pathspec==0.11.1 pluggy==1.0.0 -Pygments==2.15.0 +Pygments==2.15.1 pytest==7.3.1 PyYAML==6.0 regex==2023.3.23