Skip to content

Commit 9858953

Browse files
authored
Release 34.6.0 (#1259)
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 224a00d commit 9858953

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
v34.6.0 (unreleased)
4+
v34.6.0 (2024-06-07)
55
--------------------
66

77
- Add a new ``scan_for_virus`` add-on pipeline based on ClamAV scan.

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.5.0"
31+
VERSION = "34.6.0"
3232

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

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancodeio
3-
version = 34.5.0
3+
version = 34.6.0
44
license = Apache-2.0
55
description = Automate software composition analysis pipelines
66
long_description = file:README.rst
@@ -66,7 +66,7 @@ install_requires =
6666
# Task queue
6767
rq==1.16.2
6868
django-rq==2.10.2
69-
redis==5.0.4
69+
redis==5.0.5
7070
# WSGI server
7171
gunicorn==22.0.0
7272
# Docker
@@ -85,13 +85,13 @@ install_requires =
8585
aboutcode-toolkit==10.1.0
8686
# Utilities
8787
XlsxWriter==3.2.0
88-
openpyxl==3.1.2
89-
requests==2.32.2
88+
openpyxl==3.1.3
89+
requests==2.32.3
9090
gitpython==3.1.43
9191
# Profiling
9292
pyinstrument==4.6.2
9393
# CycloneDX
94-
cyclonedx-python-lib==7.3.4
94+
cyclonedx-python-lib==7.4.0
9595
jsonschema==4.22.0
9696
# Font Awesome
9797
fontawesomefree==6.5.1
@@ -116,7 +116,7 @@ dev =
116116
# Security analyzer
117117
bandit==1.7.8
118118
# Debug
119-
django-debug-toolbar==4.3.0
119+
django-debug-toolbar==4.4.2
120120
# Documentation
121121
Sphinx==7.3.7
122122
sphinx-rtd-theme==2.0.0
@@ -170,7 +170,7 @@ ignore = D1,D203,D205,D212,D400,D415
170170

171171
[bumpver]
172172
version_pattern = "MAJOR.MINOR.PATCH"
173-
current_version = "34.5.0"
173+
current_version = "34.6.0"
174174

175175
[bumpver:file_patterns]
176176
setup.cfg =

0 commit comments

Comments
 (0)