From bfab680b13740abea85c29064fbf660437134850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:53:41 +0000 Subject: [PATCH] Bump pygments in /svcs/soundscape-authoring/backend Bumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.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.13.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- svcs/soundscape-authoring/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svcs/soundscape-authoring/backend/requirements.txt b/svcs/soundscape-authoring/backend/requirements.txt index 1b427769..09760e45 100644 --- a/svcs/soundscape-authoring/backend/requirements.txt +++ b/svcs/soundscape-authoring/backend/requirements.txt @@ -9,6 +9,6 @@ django-storages[azure]===1.13.1 # File database for images and GPX files whitenoise==6.2.0 # Serve static files (also used to serve frontend files) markdown==3.4.1 # (optional Django REST) Markdown support for the browsable API -Pygments==2.13.0 # (optional Django REST) Add syntax highlighting to Markdown processing +Pygments==2.15.0 # (optional Django REST) Add syntax highlighting to Markdown processing django-cors-headers==3.13.0 # For local development, to be able to access API from frontend autopep8==1.6.0 # A tool that automatically formats Python code to conform to the PEP 8 style guide