From 12c9efd0d69b7ccf56d3b8c91147b130c201ddcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:06:35 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Bumps the python-packages group with 2 updates in the / directory: [cocotb](https://github.com/cocotb/cocotb) and [cocotb-bus](https://github.com/cocotb/cocotb-bus). Updates `cocotb` from 1.9.2 to 2.0.1 - [Release notes](https://github.com/cocotb/cocotb/releases) - [Commits](https://github.com/cocotb/cocotb/compare/v1.9.2...v2.0.1) Updates `cocotb-bus` from 0.2.1 to 0.3.0 - [Release notes](https://github.com/cocotb/cocotb-bus/releases) - [Commits](https://github.com/cocotb/cocotb-bus/compare/v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: cocotb dependency-version: 2.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: cocotb-bus dependency-version: 0.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c5188c..989a492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,8 +32,8 @@ dev = [ "flake8 == 7.3.0", "pytest == 8.4.2", "pytest-timeout == 2.4.0", - "cocotb == 1.9.2", - "cocotb-bus == 0.2.1" + "cocotb == 2.0.1", + "cocotb-bus == 0.3.0" ] [tool.pytest.ini_options]