From 98589538c1cea183c24195dc62d1540c0fb558c8 Mon Sep 17 00:00:00 2001 From: tdruez <489057+tdruez@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:00:05 +0400 Subject: [PATCH] Release 34.6.0 (#1259) Signed-off-by: tdruez --- CHANGELOG.rst | 2 +- scancodeio/__init__.py | 2 +- setup.cfg | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 16d3afe98..c7aa1421d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -v34.6.0 (unreleased) +v34.6.0 (2024-06-07) -------------------- - Add a new ``scan_for_virus`` add-on pipeline based on ClamAV scan. diff --git a/scancodeio/__init__.py b/scancodeio/__init__.py index dcfeadc6f..8051141a2 100644 --- a/scancodeio/__init__.py +++ b/scancodeio/__init__.py @@ -28,7 +28,7 @@ import git -VERSION = "34.5.0" +VERSION = "34.6.0" PROJECT_DIR = Path(__file__).resolve().parent ROOT_DIR = PROJECT_DIR.parent diff --git a/setup.cfg b/setup.cfg index 3983af804..e881f0b3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scancodeio -version = 34.5.0 +version = 34.6.0 license = Apache-2.0 description = Automate software composition analysis pipelines long_description = file:README.rst @@ -66,7 +66,7 @@ install_requires = # Task queue rq==1.16.2 django-rq==2.10.2 - redis==5.0.4 + redis==5.0.5 # WSGI server gunicorn==22.0.0 # Docker @@ -85,13 +85,13 @@ install_requires = aboutcode-toolkit==10.1.0 # Utilities XlsxWriter==3.2.0 - openpyxl==3.1.2 - requests==2.32.2 + openpyxl==3.1.3 + requests==2.32.3 gitpython==3.1.43 # Profiling pyinstrument==4.6.2 # CycloneDX - cyclonedx-python-lib==7.3.4 + cyclonedx-python-lib==7.4.0 jsonschema==4.22.0 # Font Awesome fontawesomefree==6.5.1 @@ -116,7 +116,7 @@ dev = # Security analyzer bandit==1.7.8 # Debug - django-debug-toolbar==4.3.0 + django-debug-toolbar==4.4.2 # Documentation Sphinx==7.3.7 sphinx-rtd-theme==2.0.0 @@ -170,7 +170,7 @@ ignore = D1,D203,D205,D212,D400,D415 [bumpver] version_pattern = "MAJOR.MINOR.PATCH" -current_version = "34.5.0" +current_version = "34.6.0" [bumpver:file_patterns] setup.cfg =