diff --git a/README.md b/README.md index 4924d26a..7b878456 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/surface-security/surface/release.yml) ![Python](https://img.shields.io/badge/python-%3E%3D3.8%2C%3C=3.11-blue) -![Django](https://img.shields.io/badge/Django-%3E%3D3.2%2C%3C4.0-blue) +![Django](https://img.shields.io/badge/Django-%3E%3D4.2%2C%3C%3D5.2.8-blue) ![Codecov](https://img.shields.io/codecov/c/github/surface-security/surface) # Surface diff --git a/surface/requirements.txt b/surface/requirements.txt index 674b2094..7364e20f 100644 --- a/surface/requirements.txt +++ b/surface/requirements.txt @@ -1,5 +1,5 @@ # Core Libraries -Django==5.2.4 +Django==5.2.8 django-admin-rangefilter==0.11.0 django-object-actions==3.0.2 djangorestframework==3.16.0