Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dj-database-url==0.5.0
django==3.1.13
django==4.2.26
django-configurations==2.2
djangorestframework==3.15.1
dockerflow==2024.4.2
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile
#
asgiref==3.4.1
asgiref==3.10.0
# via django
black==22.3.0
# via -r requirements.in
Expand All @@ -22,7 +22,7 @@ coverage[toml]==5.5
# via pytest-cov
dj-database-url==0.5.0
# via -r requirements.in
django==3.1.13
django==4.2.26
# via
# -r requirements.in
# djangorestframework
Expand Down Expand Up @@ -138,8 +138,6 @@ python-dateutil==2.9.0.post0
# via
# -r requirements.in
# google-cloud-bigquery
pytz==2021.1
# via django
requests==2.32.0
# via
# google-api-core
Expand All @@ -160,7 +158,9 @@ tomli==2.0.1
# black
# pytest
typing-extensions==4.2.0
# via black
# via
# asgiref
# black
urllib3==1.26.19
# via requests
whitenoise==6.7.0
Expand Down