Skip to content

Commit 3eff1ea

Browse files
committed
Bumped dependencies.
1 parent 297bf1b commit 3eff1ea

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/Pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: pyTooling/Actions/.github/workflows/Parameters.yml@r1
1313
with:
1414
name: pyEDAA.ProjectModel
15-
python_version_list: "3.9 3.10 3.11 3.12 pypy-3.9 pypy-3.10"
15+
# python_version_list: "3.9 3.10 3.11 3.12 pypy-3.9 pypy-3.10"
1616
disable_list: "mingw64:* ucrt64:*"
1717

1818
AppTestingParams:

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pyTooling ~= 7.0
55
# Enforce latest version on ReadTheDocs
66
sphinx ~= 8.1
77
docutils ~= 0.21
8+
docutils_stubs ~= 0.0.22
89

910
# Sphinx Extenstions
1011
sphinxcontrib-mermaid ~= 1.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pyTooling ~= 7.0
2-
pyVHDLModel >= 0.27.1, < 0.28
2+
pyVHDLModel ~= 0.29.1
33
pySVModel >= 0.4.0, < 0.5
44
pySystemRDLModel >= 0.2.0, < 0.3

0 commit comments

Comments
 (0)