Skip to content

Commit

Permalink
Upgrade to Django 5.0 (#2)
Browse files Browse the repository at this point in the history
Upgrade to Django 5.0. Upgrade all requirements. Ignore .venv, as well as b_env.
  • Loading branch information
ehmatthes committed Dec 8, 2023
1 parent 0f42f3f commit a9ce2bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,4 +1,6 @@
b_env/
.venv/

__pycache__/
*.pyc
.DS_Store
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
@@ -1,9 +1,9 @@
asgiref==3.5.2
certifi==2022.9.24
charset-normalizer==2.1.1
Django==4.1.2
django-bootstrap5==22.1
idna==3.4
requests==2.28.1
sqlparse==0.4.3
urllib3==1.26.12
asgiref==3.7.2
certifi==2023.11.17
charset-normalizer==3.3.2
Django==5.0
django-bootstrap5==23.3
idna==3.6
requests==2.31.0
sqlparse==0.4.4
urllib3==2.1.0

0 comments on commit a9ce2bb

Please sign in to comment.