Skip to content

Commit 7ac0227

Browse files
[Dependabot]: Update pytooling requirement from ~=8.15 to ~=8.16
Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version. - [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v8.15.0...v8.16.1) --- updated-dependencies: - dependency-name: pytooling dependency-version: 8.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd8a183 commit 7ac0227

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.15"
4+
"pyTooling ~= 8.16"
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.15
1+
pyTooling >= 8.16.1
22
pyEDAA.Reports ~= 0.17.4
33
sphinx >= 9.1, < 10.0
44
docutils >= 0.22.0

0 commit comments

Comments
 (0)