Skip to content

Commit

Permalink
Upgrade dependencies to fix vulnerability issue (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput authored Feb 3, 2025
1 parent afc2396 commit 5011318
Show file tree
Hide file tree
Showing 3 changed files with 5,059 additions and 16,515 deletions.
8 changes: 4 additions & 4 deletions deployment/docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Django==4.2.15
Django>=4.2.18

# Web APIs for Django
djangorestframework==3.14.0
djangorestframework>=3.15.2

# Geographic add-ons for Django Rest Framework
djangorestframework-gis==1.0

# Python HTTP library
requests==2.28.2
requests>=2.32.0

# The uWSGI server
uwsgi==2.0.23
Expand All @@ -16,7 +16,7 @@ uwsgi==2.0.23
django-webpack-loader==1.8.1

# Python client for Sentry (https://sentry.io)
sentry-sdk==1.18.0
sentry-sdk>=2.8.0

# Implementation of per object permissions for Django.
django-guardian==2.4.0
Expand Down
Loading

0 comments on commit 5011318

Please sign in to comment.