Skip to content

Commit

Permalink
[Dependabot]: Update pytooling requirement from ~=6.5 to ~=8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pytooling](https://GitHub.com/pyTooling/pyTooling) to permit the latest version.
- [Commits](https://GitHub.com/pyTooling/pyTooling/compare/v6.5.0...v8.0.1)

---
updated-dependencies:
- dependency-name: pytooling
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent e8d0544 commit 5f68002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r ../requirements.txt

pyTooling ~= 6.5
pyTooling ~= 8.0

# Enforce latest version on ReadTheDocs
sphinx ~= 7.4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools ~= 72.1",
"wheel ~= 0.43",
"pyTooling ~= 6.5"
"pyTooling ~= 8.0"
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyTooling ~= 6.5
pyTooling ~= 8.0
pyVHDLModel ~= 0.28.0
py-flags ~= 1.1

0 comments on commit 5f68002

Please sign in to comment.