From 3f3058400d4b970c9d729414a998bebcd04249cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 08:36:30 +0000 Subject: [PATCH] chore(deps): bump pygments from 2.11.2 to 2.17.2 Bumps [pygments](https://github.com/pygments/pygments) from 2.11.2 to 2.17.2. - [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.11.2...2.17.2) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ff0c373..0286c4d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ psycopg2-binary==2.9.9; python_version >= '3.7' ptyprocess==0.7.0 py==1.11.0; python_version >= '3.5' pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -pygments==2.15.0; python_version >= '3.5' +pygments==2.17.2; python_version >= '3.5' pymysql==1.0.2; python_version >= '3.6' pyopenssl==22.0.0; python_version >= '3.7' pyotp==2.6.0; python_version >= '3.5'