Skip to content

Commit

Permalink
Update back-end dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Nov 15, 2024
1 parent 954b37e commit 65c63e1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

#### Back-end dependencies

- Update `Django` to `5.1.2`
- Update `Django` to `5.1.3`
- Update `black` to `24.10.0`
- Update `gunicorn` to `23.0.0`
- Update `psycopg` to `3.2.3`
- Update `redis` to `5.1.1`
- Update `redis` to `5.2.0`
- Update `whitenoise` to `6.8.2`

#### Front-end dependencies

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
based on building and deploying dozens of assorted Dockerized web apps since
late 2014.

**This app is using Django 5.1.2 and Python 3.13.0**. The screenshot doesn't get
**This app is using Django 5.1.3 and Python 3.13.0**. The screenshot doesn't get
updated every time I bump the versions:

[![Screenshot](.github/docs/screenshot.jpg)](https://github.com/nickjj/docker-django-example/blob/main/.github/docs/screenshot.jpg?raw=true)
Expand Down
13 changes: 6 additions & 7 deletions requirements-lock.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amqp==5.2.0
amqp==5.3.1
asgiref==3.8.1
billiard==4.2.1
black==24.10.0
Expand All @@ -7,28 +7,27 @@ click==8.1.7
click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
Django==5.1.2
Django==5.1.3
django-debug-toolbar==4.4.6
flake8==7.1.1
gunicorn==23.0.0
isort==5.13.2
kombu==5.4.2
mccabe==0.7.0
mypy-extensions==1.0.0
packaging==24.1
packaging==24.2
pathspec==0.12.1
platformdirs==4.3.6
prompt_toolkit==3.0.48
psycopg==3.2.3
pycodestyle==2.12.1
pyflakes==3.2.0
python-dateutil==2.9.0.post0
redis==5.1.1
redis==5.2.0
setuptools==74.1.2
six==1.16.0
sqlparse==0.5.1
typing_extensions==4.12.2
sqlparse==0.5.2
tzdata==2024.2
vine==5.1.0
wcwidth==0.2.13
whitenoise==6.7.0
whitenoise==6.8.2
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Django==5.1.2
Django==5.1.3
gunicorn==23.0.0
whitenoise==6.7.0
whitenoise==6.8.2
django-debug-toolbar==4.4.6

psycopg==3.2.3

redis==5.1.1
redis==5.2.0
celery==5.4.0

flake8==7.1.1
Expand Down

0 comments on commit 65c63e1

Please sign in to comment.