From f01c341ccb5dc4f768287e515f5eebdb0d86c319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:34:42 +0000 Subject: [PATCH] [Dependabot]: Update pyvhdlmodel requirement from ~=0.29.1 to ~=0.29.2 Updates the requirements on [pyvhdlmodel](https://GitHub.com/VHDL/pyVHDLModel) to permit the latest version. - [Commits](https://GitHub.com/VHDL/pyVHDLModel/compare/v0.29.1...v0.29.2) --- updated-dependencies: - dependency-name: pyvhdlmodel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03594911..f81b2c8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pyTooling ~= 7.0 -pyVHDLModel ~= 0.29.1 +pyVHDLModel ~= 0.29.2 pySVModel ~= 0.5 pySystemRDLModel ~= 0.3