From d7eee7a5424bf403bfbaccbf3eafc3d6c16e25ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:03:20 +0000 Subject: [PATCH] Bump pygments from 2.16.1 to 2.17.1 Bumps [pygments](https://github.com/pygments/pygments) from 2.16.1 to 2.17.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.16.1...2.17.1) --- 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 e0676004..6f140af5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ click==8.1.7 coverage==7.3.2 devtools==0.12.2 grablib==0.8 -Pygments==2.16.1 +Pygments==2.17.1 pytest==6.2.5 pytest-aiohttp==1.0.5 pytest-asyncio==0.20.3