Skip to content

Commit 11d5c46

Browse files
authored
Upgrade Django to latest 5.1 release (#1361)
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 5cfe74f commit 11d5c46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install_requires =
5252
importlib-metadata==8.2.0
5353
setuptools==72.1.0
5454
# Django related
55-
Django==5.0.8
55+
Django==5.1
5656
django-environ==0.11.2
5757
django-crispy-forms==2.3
5858
crispy-bootstrap3==2024.1
@@ -68,7 +68,7 @@ install_requires =
6868
django-rq==2.10.2
6969
redis==5.0.8
7070
# WSGI server
71-
gunicorn==22.0.0
71+
gunicorn==23.0.0
7272
# Docker
7373
container-inspector==33.0.0
7474
# ScanCode-toolkit
@@ -81,7 +81,7 @@ install_requires =
8181
# Inspectors
8282
elf-inspector==0.0.1
8383
go-inspector==0.2.2
84-
python-inspector==0.12.0
84+
python-inspector==0.12.1
8585
source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
8686
aboutcode-toolkit==10.1.0
8787
# Utilities
@@ -109,7 +109,7 @@ install_requires =
109109
[options.extras_require]
110110
dev =
111111
# Validation
112-
ruff==0.5.6
112+
ruff==0.5.7
113113
doc8==1.1.1
114114
# Debug
115115
django-debug-toolbar==4.4.6

0 commit comments

Comments
 (0)