From e91b09a3670974e05bcad20adf4effdbd011b5f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:01:44 +0000 Subject: [PATCH] Bump pygments from 2.16.1 to 2.17.2 Bumps [pygments](https://github.com/pygments/pygments) from 2.16.1 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.16.1...2.17.2) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f49aece..5620e877 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "mpf >= 0.57.0", # ALSO CHANGE THIS IN _version.py "kivy == 2.2.1", # Sept 19, 2023 # ALSO CHECK for updates to kivy_deps packages below "psutil == 5.9.8", # Sept 19, 2023 - "Pygments == 2.16.1", # Sept 19, 2023 Only used for the interactive MC. Does anyone use that? + "Pygments == 2.17.2", # Sept 19, 2023 Only used for the interactive MC. Does anyone use that? "ffpyplayer == 4.5.1", # Nov 3, 2023 4.5.1 needed for RPi. # These kivy versions match the ones from kivy