Skip to content

Commit

Permalink
Bumped dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Nov 3, 2024
1 parent 297bf1b commit 3eff1ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: pyTooling/Actions/.github/workflows/Parameters.yml@r1
with:
name: pyEDAA.ProjectModel
python_version_list: "3.9 3.10 3.11 3.12 pypy-3.9 pypy-3.10"
# python_version_list: "3.9 3.10 3.11 3.12 pypy-3.9 pypy-3.10"
disable_list: "mingw64:* ucrt64:*"

AppTestingParams:
Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pyTooling ~= 7.0
# Enforce latest version on ReadTheDocs
sphinx ~= 8.1
docutils ~= 0.21
docutils_stubs ~= 0.0.22

# Sphinx Extenstions
sphinxcontrib-mermaid ~= 1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyTooling ~= 7.0
pyVHDLModel >= 0.27.1, < 0.28
pyVHDLModel ~= 0.29.1
pySVModel >= 0.4.0, < 0.5
pySystemRDLModel >= 0.2.0, < 0.3

0 comments on commit 3eff1ea

Please sign in to comment.