Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pygments from 2.13.0 to 2.15.0 in /svcs/soundscape-authoring/backend #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion svcs/soundscape-authoring/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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