Skip to content

Commit 2f11572

Browse files
[Dependabot]: Update pytooling requirement from ~=8.16 to ~=8.17
Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v8.16.0...v8.17.0) --- updated-dependencies: - dependency-name: pytooling dependency-version: 8.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce27dc4 commit 2f11572

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools >= 83.0",
4-
"pyTooling ~= 8.16"
4+
"pyTooling ~= 8.17"
55
]
66
build-backend = "setuptools.build_meta"
77

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyTooling ~= 8.16
1+
pyTooling ~= 8.17
22
pyVHDLModel ~= 0.37.0
33
pySVModel ~= 0.5.11
44
pySystemRDLModel ~= 0.3.10

0 commit comments

Comments
 (0)