This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Merged
Conversation
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](protocolbuffers/protobuf@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](psf/requests@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](urllib3/urllib3@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] <support@github.com>
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](protocolbuffers/protobuf@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](psf/requests@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](urllib3/urllib3@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] <support@github.com>
Bump the pip group across 1 directory with 3 updates
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates the project version from 2.0.0 to 2.0.1 across documentation and the main application code to reflect the latest release.
- Bumps the GitHub badge in
README.mdto2.0.1 - Marks
v2.0.1as supported inSECURITY.md - Updates the
versionvariable insrc/dashboard.pyto2.0.1
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updated GitHub badge version to 2.0.1 |
| SECURITY.md | Adjusted version support table for v2.0.1 |
| src/dashboard.py | Changed the hardcoded version to 2.0.1 |
Comments suppressed due to low confidence (1)
src/dashboard.py:50
- [nitpick] Consider centralizing the version string (e.g., importing from package metadata or a single constants module) to reduce manual updates across multiple files.
version = "2.0.1"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the project version from
2.0.0to2.0.1across documentation and code to reflect the latest release. The changes ensure consistency in versioning and clarify support for the new version.Version update:
README.md: Updated the GitHub badge to display version2.0.1instead of2.0.0.SECURITY.md: Updated the version support table to markv2.0.1as supported and older versions as unsupported.src/dashboard.py: Updated theversionvariable in themainfunction to2.0.1.