From e050eddfafcdebffbb5083baaed9c557a922c218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:57:17 +0000 Subject: [PATCH] Bump pygments from 2.19.0 to 2.19.1 Bumps [pygments](https://github.com/pygments/pygments) from 2.19.0 to 2.19.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.19.0...2.19.1) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:development update-type: version-update:semver-patch ... 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 eff3d550..e885f5fe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -23,7 +23,7 @@ pytest-aiohttp==1.0.5 psycopg2==2.9.10 # docs -pygments==2.19.0 +pygments==2.19.1 sphinx==8.1.3 sphinxcontrib-asyncio==0.3.0 sphinxcontrib-spelling==8.0.1; platform_system!="Windows" # We only use it in CI