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