From 951456edf33f84057e97b6c86c71791d42bccf91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:52:06 +0000 Subject: [PATCH] Bump pygments from 2.16.1 to 2.18.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.16.1 to 2.18.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.16.1...2.18.0) --- 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..6fa24fd3 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.18.0", # 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