File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v34.8.1 (2024-09-06)
5
+ --------------------
6
+
7
+ - Upgrade Django to security release 5.1.1 and related dependencies.
8
+
4
9
v34.8.0 (2024-08-15)
5
10
--------------------
6
11
Original file line number Diff line number Diff line change 28
28
29
29
import git
30
30
31
- VERSION = "34.8.0 "
31
+ VERSION = "34.8.1 "
32
32
33
33
PROJECT_DIR = Path (__file__ ).resolve ().parent
34
34
ROOT_DIR = PROJECT_DIR .parent
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancodeio
3
- version = 34.8.0
3
+ version = 34.8.1
4
4
license = Apache-2.0
5
5
description = Automate software composition analysis pipelines
6
6
long_description = file:README.rst
@@ -52,7 +52,7 @@ install_requires =
52
52
importlib-metadata ==8.2.0
53
53
setuptools ==72.1.0
54
54
# Django related
55
- Django ==5.1
55
+ Django ==5.1.1
56
56
django-environ ==0.11.2
57
57
django-crispy-forms ==2.3
58
58
crispy-bootstrap3 ==2024.1
@@ -74,13 +74,13 @@ install_requires =
74
74
# ScanCode-toolkit
75
75
scancode-toolkit[packages]==32.2.1
76
76
extractcode[full]==31.0.0
77
- commoncode ==31.2.1
77
+ commoncode ==32.0.0
78
78
packageurl-python ==0.15.6
79
79
# FetchCode
80
80
fetchcode-container ==1.2.3.210512; sys_platform == "linux"
81
81
# Inspectors
82
82
elf-inspector ==0.0.1
83
- go-inspector ==0.2.2
83
+ go-inspector ==0.3.1
84
84
python-inspector ==0.12.1
85
85
source-inspector ==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
86
86
aboutcode-toolkit ==10.1.0
@@ -92,14 +92,14 @@ install_requires =
92
92
# Profiling
93
93
pyinstrument ==4.7.2
94
94
# CycloneDX
95
- cyclonedx-python-lib ==7.5.1
95
+ cyclonedx-python-lib ==7.6.0
96
96
jsonschema ==4.23.0
97
97
# Font Awesome
98
98
fontawesomefree ==6.6.0
99
99
# MatchCode-toolkit
100
100
matchcode-toolkit ==5.1.0
101
101
# Univers
102
- univers ==30.12.0
102
+ univers ==30.12.1
103
103
# Markdown
104
104
markdown-it-py ==3.0.0
105
105
bleach ==6.1.0
@@ -109,7 +109,7 @@ install_requires =
109
109
[options.extras_require]
110
110
dev =
111
111
# Validation
112
- ruff ==0.5.7
112
+ ruff ==0.6.4
113
113
doc8 ==1.1.1
114
114
# Debug
115
115
django-debug-toolbar ==4.4.6
@@ -150,7 +150,7 @@ scancodeio_pipelines =
150
150
151
151
[bumpver]
152
152
version_pattern = " MAJOR.MINOR.PATCH"
153
- current_version = " 34.8.0 "
153
+ current_version = " 34.8.1 "
154
154
155
155
[bumpver:file_patterns]
156
156
setup.cfg =
You can’t perform that action at this time.
0 commit comments