Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django to version 5 #187

Merged
merged 1 commit into from
Jul 16, 2024
Merged
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
Expand Up @@ -9,7 +9,7 @@ xmltodict
setuptools # Needed to solve Trivy security risk

# Django
django<4.2 # Django 4.2 does not support Postgres 11 anymore
django
django-cors-headers
django-debug-toolbar
django-extensions
Expand Down
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements.txt requirements.in
Expand Down Expand Up @@ -357,7 +357,7 @@ azure-synapse-spark==0.2.0
# via azure-cli
bcrypt==4.1.3
# via paramiko
cachetools==5.3.3
cachetools==5.4.0
# via google-auth
certifi==2024.7.4
# via
Expand Down Expand Up @@ -411,7 +411,7 @@ distro==1.9.0
# via
# azure-cli
# azure-cli-core
django==4.1.13
django==5.0.7
# via
# -r requirements.in
# datapunt-authorization-django
Expand All @@ -424,13 +424,13 @@ django==4.1.13
# opencensus-ext-django
django-cors-headers==4.4.0
# via -r requirements.in
django-debug-toolbar==4.3.0
django-debug-toolbar==4.4.6
# via -r requirements.in
django-extensions==3.2.3
# via -r requirements.in
django-filter==23.5
django-filter==24.2
# via -r requirements.in
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements.in
# djangorestframework-csv
Expand Down Expand Up @@ -776,7 +776,7 @@ six==1.16.0
# msrestazure
# opencensus
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via
# django
# django-debug-toolbar
Expand All @@ -793,7 +793,6 @@ tabulate==0.9.0
# knack
typing-extensions==4.12.2
# via
# asgiref
# azure-core
# azure-identity
# azure-keyvault-administration
Expand Down
24 changes: 7 additions & 17 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements_dev.txt requirements_dev.in
Expand Down Expand Up @@ -530,7 +530,7 @@ bcrypt==4.1.3
# paramiko
black==24.4.2
# via -r requirements_dev.in
cachetools==5.3.3
cachetools==5.4.0
# via
# -r ./requirements.txt
# google-auth
Expand Down Expand Up @@ -608,7 +608,7 @@ distro==1.9.0
# -r ./requirements.txt
# azure-cli
# azure-cli-core
django==4.1.13
django==5.0.7
# via
# -r ./requirements.txt
# datapunt-authorization-django
Expand All @@ -621,13 +621,13 @@ django==4.1.13
# opencensus-ext-django
django-cors-headers==4.4.0
# via -r ./requirements.txt
django-debug-toolbar==4.3.0
django-debug-toolbar==4.4.6
# via -r ./requirements.txt
django-extensions==3.2.3
# via -r ./requirements.txt
django-filter==23.5
django-filter==24.2
# via -r ./requirements.txt
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r ./requirements.txt
# djangorestframework-csv
Expand All @@ -653,8 +653,6 @@ drf-extensions==0.7.1
# drf-amsterdam
drf-yasg==1.21.7
# via -r ./requirements.txt
exceptiongroup==1.2.2
# via pytest
fabric==3.2.2
# via
# -r ./requirements.txt
Expand Down Expand Up @@ -1114,7 +1112,7 @@ six==1.16.0
# msrestazure
# opencensus
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r ./requirements.txt
# django
Expand All @@ -1134,16 +1132,9 @@ tabulate==0.9.0
# -r ./requirements.txt
# azure-cli
# knack
tomli==2.0.1
# via
# autoflake
# black
# coverage
# pytest
typing-extensions==4.12.2
# via
# -r ./requirements.txt
# asgiref
# azure-core
# azure-identity
# azure-keyvault-administration
Expand All @@ -1152,7 +1143,6 @@ typing-extensions==4.12.2
# azure-keyvault-secrets
# azure-monitor-query
# azure-storage-blob
# black
# jwcrypto
tzdata==2024.1
# via
Expand Down
Loading