Skip to content

Commit b8e3a64

Browse files
authored
Merge pull request #1418 from makeabilitylab/dependabot/pip/django-5.2.15
chore(deps): Bump django from 5.2.14 to 5.2.15
2 parents 1b799c8 + bc9c91d commit b8e3a64

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.14
18+
# 3. Then here, you can install a new package like: > pip3 install django==5.2.15
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.14
43+
django==5.2.15
4444

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

0 commit comments

Comments
 (0)