From 390f3bd14ebf40c3e34962eca113394aae714626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 12:16:04 +0000 Subject: [PATCH] build(deps): bump pygments from 2.14.0 to 2.15.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.0. - [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.14.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 25929bfb..83be2f51 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -188,7 +188,7 @@ pycparser==2.21 # via cffi pyflakes==3.0.1 # via flake8 -pygments==2.14.0 +pygments==2.15.0 # via sphinx pyopenssl==23.0.0 # via urllib3