Skip to content

Commit e0a677a

Browse files
committed
Upgrade Django to latest security release
Signed-off-by: tdruez <[email protected]>
1 parent cbb8679 commit e0a677a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

pyproject.toml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ dependencies = [
3636
"importlib-metadata==8.7.0",
3737
"setuptools==80.9.0",
3838
# Django related
39-
"Django==5.1.11",
39+
"Django==5.1.12",
4040
"django-environ==0.12.0",
4141
"django-crispy-forms==2.4",
4242
"crispy-bootstrap3==2024.1",
4343
"django-filter==25.1",
4444
"djangorestframework==3.16.1",
4545
"django-taggit==6.1.0",
4646
# Database
47-
"psycopg[binary]==3.2.9",
47+
"psycopg[binary]==3.2.10",
4848
# wait_for_database Django management command
4949
"django-probes==1.7.0",
5050
# Task queue
51-
"rq==2.5.0",
51+
"rq==2.6.0",
5252
"django-rq==3.1",
5353
"redis==6.4.0",
5454
# WSGI server
@@ -59,7 +59,7 @@ dependencies = [
5959
"scancode-toolkit[packages]==32.4.0",
6060
"extractcode[full]==31.0.0",
6161
"commoncode==32.3.0",
62-
"Beautifulsoup4[chardet]==4.13.4",
62+
"Beautifulsoup4[chardet]==4.13.5",
6363
"packageurl-python==0.17.5",
6464
# Workaround issue https://github.com/aboutcode-org/scancode.io/issues/1795
6565
"fingerprints==1.2.3",
@@ -75,19 +75,19 @@ dependencies = [
7575
"source-inspector==0.7.0; sys_platform != 'darwin' and platform_machine != 'arm64'",
7676
"aboutcode-toolkit==11.1.1",
7777
# Utilities
78-
"XlsxWriter==3.2.5",
78+
"XlsxWriter==3.2.8",
7979
"openpyxl==3.1.5",
80-
"requests==2.32.4",
80+
"requests==2.32.5",
8181
"GitPython==3.1.45",
8282
# Profiling
8383
"pyinstrument==5.1.1",
8484
# CycloneDX
85-
"cyclonedx-python-lib==11.0.0",
85+
"cyclonedx-python-lib==11.1.0",
8686
"jsonschema==4.25.1",
8787
# MatchCode-toolkit
8888
"matchcode-toolkit==7.2.2",
8989
# Univers
90-
"univers==31.0.0",
90+
"univers==31.1.0",
9191
# Markdown
9292
"markdown-it-py==4.0.0",
9393
"bleach==6.2.0",
@@ -100,13 +100,12 @@ dependencies = [
100100
"scipy==1.15.3",
101101
# ScoreCode
102102
"scorecode==0.0.4",
103-
104103
]
105104

106105
[project.optional-dependencies]
107106
dev = [
108107
# Validation
109-
"ruff==0.12.9",
108+
"ruff==0.13.0",
110109
"doc8==2.0.0",
111110
# Debug
112111
"django-debug-toolbar==6.0.0",

0 commit comments

Comments
 (0)