Skip to content

Commit

Permalink
cookiecutter: Upgrade Django
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 21, 2024
1 parent 2d92804 commit 0b6c139
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dj-database-url
django
django<5
psycopg2
sentry-sdk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2023.7.22
# via sentry-sdk
dj-database-url==2.1.0
# via -r requirements.in
django==4.2.9
django==4.2.10
# via
# -r requirements.in
# dj-database-url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ distlib==0.3.3
# via virtualenv
dj-database-url==2.1.0
# via -r requirements.txt
django==4.2.9
django==4.2.10
# via
# -r requirements.txt
# dj-database-url
Expand Down

0 comments on commit 0b6c139

Please sign in to comment.