From 85ee8a2fd6708622470ff07c11bd4943f4f922e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:17:21 +0000 Subject: [PATCH] Bump pygments from 2.10.0 to 2.15.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.10.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.10.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 90df87811..e823f0278 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ asttokens==2.0.5 # via stack-data backcall==0.2.0 # via ipython -black==21.9b0 +black==22.6.0 # via # -c requirements.txt # ipython @@ -56,30 +56,18 @@ ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data -pygments==2.10.0 +pygments==2.15.0 # via ipython -regex==2021.9.24 - # via - # -c requirements.txt - # black six==1.16.0 # via # -c requirements.txt # asttokens stack-data==0.2.0 # via ipython -tomli==1.2.1 - # via - # -c requirements.txt - # black traitlets==5.1.0 # via # ipython # matplotlib-inline -typing-extensions==3.10.0.2 - # via - # -c requirements.txt - # black wcwidth==0.2.5 # via # -c requirements.txt