From c9696776ec29203960b3779339b90cf498267da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:31:21 +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: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9f343e5..06dd1e46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -145,7 +145,7 @@ pyasn1-modules==0.2.8 # via google-auth pyasn1==0.4.8 # via pyasn1-modules, rsa pycparser==2.21 # via cffi pydot==1.4.2 # via cwltool -pygments==2.14.0 # via ipython +pygments==2.15.0 # via ipython pyjwt==2.6.0 # via invenio-accounts, invenio-oauth2server pynpm==0.1.2 # via flask-webpackext, pywebpack pyopenssl==23.0.0 # via requests