From f97ab9388330e4435ccea2c12afa8eb36b97529e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:49:45 +0000 Subject: [PATCH] Bump pygments from 2.18.0 to 2.19.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.18.0 to 2.19.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.18.0...2.19.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:development update-type: version-update:semver-minor ... 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 ac4918404..eff3d5504 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.18.0 +pygments==2.19.0 sphinx==8.1.3 sphinxcontrib-asyncio==0.3.0 sphinxcontrib-spelling==8.0.1; platform_system!="Windows" # We only use it in CI