Skip to content

Commit b300d73

Browse files
authored
Release 34.8.1 (#1380)
* Bump version for v34.8.1 release Signed-off-by: tdruez <[email protected]> * Upgrade Django to security release 5.1.1 Signed-off-by: tdruez <[email protected]> --------- Signed-off-by: tdruez <[email protected]>
1 parent c6379fc commit b300d73

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
v34.8.1 (2024-09-06)
5+
--------------------
6+
7+
- Upgrade Django to security release 5.1.1 and related dependencies.
8+
49
v34.8.0 (2024-08-15)
510
--------------------
611

scancodeio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import git
3030

31-
VERSION = "34.8.0"
31+
VERSION = "34.8.1"
3232

3333
PROJECT_DIR = Path(__file__).resolve().parent
3434
ROOT_DIR = PROJECT_DIR.parent

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancodeio
3-
version = 34.8.0
3+
version = 34.8.1
44
license = Apache-2.0
55
description = Automate software composition analysis pipelines
66
long_description = file:README.rst
@@ -52,7 +52,7 @@ install_requires =
5252
importlib-metadata==8.2.0
5353
setuptools==72.1.0
5454
# Django related
55-
Django==5.1
55+
Django==5.1.1
5656
django-environ==0.11.2
5757
django-crispy-forms==2.3
5858
crispy-bootstrap3==2024.1
@@ -74,13 +74,13 @@ install_requires =
7474
# ScanCode-toolkit
7575
scancode-toolkit[packages]==32.2.1
7676
extractcode[full]==31.0.0
77-
commoncode==31.2.1
77+
commoncode==32.0.0
7878
packageurl-python==0.15.6
7979
# FetchCode
8080
fetchcode-container==1.2.3.210512; sys_platform == "linux"
8181
# Inspectors
8282
elf-inspector==0.0.1
83-
go-inspector==0.2.2
83+
go-inspector==0.3.1
8484
python-inspector==0.12.1
8585
source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
8686
aboutcode-toolkit==10.1.0
@@ -92,14 +92,14 @@ install_requires =
9292
# Profiling
9393
pyinstrument==4.7.2
9494
# CycloneDX
95-
cyclonedx-python-lib==7.5.1
95+
cyclonedx-python-lib==7.6.0
9696
jsonschema==4.23.0
9797
# Font Awesome
9898
fontawesomefree==6.6.0
9999
# MatchCode-toolkit
100100
matchcode-toolkit==5.1.0
101101
# Univers
102-
univers==30.12.0
102+
univers==30.12.1
103103
# Markdown
104104
markdown-it-py==3.0.0
105105
bleach==6.1.0
@@ -109,7 +109,7 @@ install_requires =
109109
[options.extras_require]
110110
dev =
111111
# Validation
112-
ruff==0.5.7
112+
ruff==0.6.4
113113
doc8==1.1.1
114114
# Debug
115115
django-debug-toolbar==4.4.6
@@ -150,7 +150,7 @@ scancodeio_pipelines =
150150

151151
[bumpver]
152152
version_pattern = "MAJOR.MINOR.PATCH"
153-
current_version = "34.8.0"
153+
current_version = "34.8.1"
154154

155155
[bumpver:file_patterns]
156156
setup.cfg =

0 commit comments

Comments
 (0)