From a7c5ca9ea2fd6a79557aec86585dc8b073dc7f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:01:44 +0000 Subject: [PATCH 1/3] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [protobuf](https://github.com/protocolbuffers/protobuf), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `protobuf` from 5.28.3 to 5.29.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.28.3...v5.29.5) Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) Updates `urllib3` from 2.2.3 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.5.0) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39f3e1b..ea1763b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,14 +20,14 @@ packaging==24.2 pandas==2.2.3 pillow==11.0.0 plotly==5.24.1 -protobuf==5.28.3 +protobuf==5.29.5 pyarrow==18.0.0 pydeck==0.9.1 Pygments==2.18.0 python-dateutil==2.9.0.post0 pytz==2024.2 referencing==0.35.1 -requests==2.32.3 +requests==2.32.4 rich==13.9.4 rpds-py==0.21.0 six==1.16.0 @@ -38,5 +38,5 @@ toml==0.10.2 tornado==6.5.1 typing_extensions==4.12.2 tzdata==2024.2 -urllib3==2.2.3 +urllib3==2.5.0 watchdog==6.0.0 \ No newline at end of file From 4364ca71519ba205441f3cfb02603d4150d9acb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:05:27 +0000 Subject: [PATCH 2/3] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [protobuf](https://github.com/protocolbuffers/protobuf), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `protobuf` from 5.28.3 to 5.29.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.28.3...v5.29.5) Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) Updates `urllib3` from 2.2.3 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.5.0) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39f3e1b..ea1763b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,14 +20,14 @@ packaging==24.2 pandas==2.2.3 pillow==11.0.0 plotly==5.24.1 -protobuf==5.28.3 +protobuf==5.29.5 pyarrow==18.0.0 pydeck==0.9.1 Pygments==2.18.0 python-dateutil==2.9.0.post0 pytz==2024.2 referencing==0.35.1 -requests==2.32.3 +requests==2.32.4 rich==13.9.4 rpds-py==0.21.0 six==1.16.0 @@ -38,5 +38,5 @@ toml==0.10.2 tornado==6.5.1 typing_extensions==4.12.2 tzdata==2024.2 -urllib3==2.2.3 +urllib3==2.5.0 watchdog==6.0.0 \ No newline at end of file From dff1301239d195ed71802c68c5722216396df89c Mon Sep 17 00:00:00 2001 From: Alexandros Sigaras Date: Thu, 26 Jun 2025 13:07:31 +0300 Subject: [PATCH 3/3] updated version of docs --- README.md | 2 +- SECURITY.md | 4 ++-- src/dashboard.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80ca5e7..23843da 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Docs for the Bridge2AI Voice Project. -[![GitHub](https://img.shields.io/badge/github-2.0.0-green?style=flat&logo=github)](https://github.com/eipm/bridge2ai-docs) [![Python 3.12.0](https://img.shields.io/badge/python-3.12.0-blue.svg)](https://www.python.org/downloads/release/python-3120/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![DOI](https://zenodo.org/badge/860006845.svg)](https://zenodo.org/doi/10.5281/zenodo.13834653) +[![GitHub](https://img.shields.io/badge/github-2.0.1-green?style=flat&logo=github)](https://github.com/eipm/bridge2ai-docs) [![Python 3.12.0](https://img.shields.io/badge/python-3.12.0-blue.svg)](https://www.python.org/downloads/release/python-3120/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![DOI](https://zenodo.org/badge/860006845.svg)](https://zenodo.org/doi/10.5281/zenodo.13834653) ## 🤝 License diff --git a/SECURITY.md b/SECURITY.md index a8e8b11..c97db8d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,8 +7,8 @@ currently being supported with security updates. | Version | Supported | | ------- | ------------------ | -| v2.0.0 | :white_check_mark: | -| < v2.0.0 | :x: | +| v2.0.1 | :white_check_mark: | +| < v2.0.1 | :x: | ## Reporting a Vulnerability diff --git a/src/dashboard.py b/src/dashboard.py index 61f5bc1..7a14be6 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -47,7 +47,7 @@ def create_tabs(tabs_func): def main(): # Current version of the app - version = "2.0.0" + version = "2.0.1" # Map tab names to functions # In this dictionary, the key is the tab name and the value is the function that will be called when the tab is selected # The function is defined in the respective file