Skip to content

Commit e41c2ec

Browse files
committed
Update the deps
1 parent 0deb2ad commit e41c2ec

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ conda activate simple-django-login-and-register
5454
#### Install dependencies
5555

5656
```bash
57-
pip install poetry
57+
pip install -U poetry
5858

5959
poetry install
6060
poetry shell

poetry.lock

Lines changed: 28 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ classifiers = [
1515

1616
[tool.poetry.dependencies]
1717
python = ">=3.11"
18-
Django = "==5.0.3"
19-
django-bootstrap4 = "==23.2"
18+
Django = "==5.0.4"
19+
django-bootstrap4 = "==24.1"
2020

2121
[build-system]
2222
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)