Skip to content

Commit 3bfad95

Browse files
authored
Upgrade Django to latest security release (#1695)
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent e52ddfb commit 3bfad95

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

scancodeio/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def extract_short_commit(git_describe):
8787
# Turn off the warnings for the following modules.
8888
warnings.filterwarnings("ignore", module="extractcode")
8989
warnings.filterwarnings("ignore", module="typecode")
90+
warnings.filterwarnings("ignore", module="clamd")
9091

9192

9293
def command_line():

setup.cfg

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ include_package_data = true
5050
zip_safe = false
5151
install_requires =
5252
importlib-metadata==8.7.0
53-
setuptools==80.8.0
53+
setuptools==80.9.0
5454
# Django related
55-
Django==5.1.9
55+
Django==5.1.11
5656
django-environ==0.12.0
5757
django-crispy-forms==2.4
5858
crispy-bootstrap3==2024.1
@@ -64,38 +64,38 @@ install_requires =
6464
# wait_for_database Django management command
6565
django-probes==1.7.0
6666
# Task queue
67-
rq==2.3.3
67+
rq==2.4.0
6868
django-rq==3.0.1
69-
redis==6.1.0
69+
redis==6.2.0
7070
# WSGI server
7171
gunicorn==23.0.0
7272
# Docker
7373
container-inspector==33.0.0
7474
# ScanCode-toolkit
7575
scancode-toolkit[packages]==32.3.3
7676
extractcode[full]==31.0.0
77-
commoncode==32.2.1
78-
Beautifulsoup4[chardet]==4.13.3
77+
commoncode==32.3.0
78+
Beautifulsoup4[chardet]==4.13.4
7979
packageurl-python==0.17.1
8080
# FetchCode
8181
fetchcode-container==1.2.3.210512; sys_platform == "linux"
8282
# Inspectors
8383
elf-inspector==0.0.3
8484
go-inspector==0.5.0
8585
rust-inspector==0.1.0
86-
python-inspector==0.13.1
86+
python-inspector==0.14.0
8787
source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
8888
aboutcode-toolkit==11.1.1
8989
# Utilities
90-
XlsxWriter==3.2.3
90+
XlsxWriter==3.2.5
9191
openpyxl==3.1.5
92-
requests==2.32.3
92+
requests==2.32.4
9393
GitPython==3.1.44
9494
# Profiling
9595
pyinstrument==5.0.2
9696
# CycloneDX
97-
cyclonedx-python-lib==10.0.1
98-
jsonschema==4.23.0
97+
cyclonedx-python-lib==10.2.0
98+
jsonschema==4.24.0
9999
# MatchCode-toolkit
100100
matchcode-toolkit==7.2.2
101101
# Univers
@@ -114,8 +114,8 @@ install_requires =
114114
[options.extras_require]
115115
dev =
116116
# Validation
117-
ruff==0.11.11
118-
doc8==1.1.2
117+
ruff==0.12.0
118+
doc8==2.0.0
119119
# Debug
120120
django-debug-toolbar==5.2.0
121121
# Documentation

0 commit comments

Comments
 (0)