From 888df7669d890656862ae1a18d6069eef42f0348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 09:05:15 +0000 Subject: [PATCH] Update cocotb requirement from ~=2.0.0 to ~=2.0.1 Updates the requirements on [cocotb](https://github.com/cocotb/cocotb) to permit the latest version. - [Release notes](https://github.com/cocotb/cocotb/releases) - [Commits](https://github.com/cocotb/cocotb/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: cocotb dependency-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index 6cbcfdc..81b548e 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,4 +1,4 @@ -cocotb ~= 2.0.0 +cocotb ~= 2.0.1 cocotb-coverage ~= 2.0.0 setuptools >= 65.0 pytest >= 8.0