File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ def extract_short_commit(git_describe):
87
87
# Turn off the warnings for the following modules.
88
88
warnings .filterwarnings ("ignore" , module = "extractcode" )
89
89
warnings .filterwarnings ("ignore" , module = "typecode" )
90
+ warnings .filterwarnings ("ignore" , module = "clamd" )
90
91
91
92
92
93
def command_line ():
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ include_package_data = true
50
50
zip_safe = false
51
51
install_requires =
52
52
importlib-metadata ==8.7.0
53
- setuptools ==80.8 .0
53
+ setuptools ==80.9 .0
54
54
# Django related
55
- Django ==5.1.9
55
+ Django ==5.1.11
56
56
django-environ ==0.12.0
57
57
django-crispy-forms ==2.4
58
58
crispy-bootstrap3 ==2024.1
@@ -64,38 +64,38 @@ install_requires =
64
64
# wait_for_database Django management command
65
65
django-probes ==1.7.0
66
66
# Task queue
67
- rq ==2.3.3
67
+ rq ==2.4.0
68
68
django-rq ==3.0.1
69
- redis ==6.1 .0
69
+ redis ==6.2 .0
70
70
# WSGI server
71
71
gunicorn ==23.0.0
72
72
# Docker
73
73
container-inspector ==33.0.0
74
74
# ScanCode-toolkit
75
75
scancode-toolkit[packages]==32.3.3
76
76
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
79
79
packageurl-python ==0.17.1
80
80
# FetchCode
81
81
fetchcode-container ==1.2.3.210512; sys_platform == "linux"
82
82
# Inspectors
83
83
elf-inspector ==0.0.3
84
84
go-inspector ==0.5.0
85
85
rust-inspector ==0.1.0
86
- python-inspector ==0.13.1
86
+ python-inspector ==0.14.0
87
87
source-inspector ==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
88
88
aboutcode-toolkit ==11.1.1
89
89
# Utilities
90
- XlsxWriter ==3.2.3
90
+ XlsxWriter ==3.2.5
91
91
openpyxl ==3.1.5
92
- requests ==2.32.3
92
+ requests ==2.32.4
93
93
GitPython ==3.1.44
94
94
# Profiling
95
95
pyinstrument ==5.0.2
96
96
# 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
99
99
# MatchCode-toolkit
100
100
matchcode-toolkit ==7.2.2
101
101
# Univers
@@ -114,8 +114,8 @@ install_requires =
114
114
[options.extras_require]
115
115
dev =
116
116
# Validation
117
- ruff ==0.11.11
118
- doc8 ==1.1.2
117
+ ruff ==0.12.0
118
+ doc8 ==2.0.0
119
119
# Debug
120
120
django-debug-toolbar ==5.2.0
121
121
# Documentation
You can’t perform that action at this time.
0 commit comments