Skip to content

Commit d641204

Browse files
authored
Merge pull request #1265 from makeabilitylab/dependabot/pip/django-5.2.14
Bump django from 5.2.12 to 5.2.14
2 parents 99265fd + 5c8ca35 commit d641204

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# If you need to install new packages in the Docker container, you can try:
1616
# 1. docker ps // this gets a list of current processes/containers running
1717
# 2. docker exec -it -u root <container_id> /bin/bash
18-
# 3. Then here, you can install a new package like: > pip3 install django==5.2.12
18+
# 3. Then here, you can install a new package like: > pip3 install django==5.2.14
1919
# or you could even run: > pip3 install -r requirements.txt
2020
#
2121
# You can also try to see which version of libraries are installed by running:
@@ -40,7 +40,7 @@
4040
# -----------------------------------------------------------------------------
4141
# Django 5.2 is an LTS release with support until April 2028
4242
# See: https://www.djangoproject.com/download/
43-
django==5.2.12
43+
django==5.2.14
4444

4545
# -----------------------------------------------------------------------------
4646
# Database

0 commit comments

Comments
 (0)