Skip to content

Commit ea9bd1a

Browse files
authored
Upgrade Django to latest 5.1.8 security release (#1653)
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 8ccbef3 commit ea9bd1a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ include_package_data = true
5050
zip_safe = false
5151
install_requires =
5252
importlib-metadata==8.6.1
53-
setuptools==78.0.2
53+
setuptools==78.1.0
5454
# Django related
55-
Django==5.1.7
55+
Django==5.1.8
5656
django-environ==0.12.0
57-
django-crispy-forms==2.3
57+
django-crispy-forms==2.4
5858
crispy-bootstrap3==2024.1
5959
django-filter==25.1
60-
djangorestframework==3.15.2
60+
djangorestframework==3.16.0
6161
django-taggit==6.1.0
6262
# Database
6363
psycopg[binary]==3.2.6
6464
# wait_for_database Django management command
6565
django-probes==1.7.0
6666
# Task queue
67-
rq==2.2.0
67+
rq==2.3.2
6868
django-rq==3.0.0
6969
redis==5.2.1
7070
# WSGI server
@@ -85,7 +85,7 @@ install_requires =
8585
rust-inspector==0.1.0
8686
python-inspector==0.13.1
8787
source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
88-
aboutcode-toolkit==11.0.0
88+
aboutcode-toolkit==11.1.1
8989
# Utilities
9090
XlsxWriter==3.2.2
9191
openpyxl==3.1.5
@@ -114,7 +114,7 @@ install_requires =
114114
[options.extras_require]
115115
dev =
116116
# Validation
117-
ruff==0.11.2
117+
ruff==0.11.5
118118
doc8==1.1.2
119119
# Debug
120120
django-debug-toolbar==5.1.0

0 commit comments

Comments
 (0)