Skip to content

Commit

Permalink
Bumped dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Mar 19, 2023
1 parent 5f78007 commit 5292cf1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/Dependency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ the mandatory dependencies too.
+--------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
| `Coverage <https://GitHub.com/nedbat/coveragepy>`__ | ≥7.2 | `Apache License, 2.0 <https://GitHub.com/nedbat/coveragepy/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
+--------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
| `mypy <https://GitHub.com/python/mypy>`__ | ≥1.0.1 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
| `mypy <https://GitHub.com/python/mypy>`__ | ≥1.1.1 | `MIT <https://GitHub.com/python/mypy/blob/master/LICENSE>`__ | *Not yet evaluated.* |
+--------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
| `lxml <https://GitHub.com/lxml/lxml>`__ | ≥4.9 | `BSD 3-Clause <https://GitHub.com/lxml/lxml/blob/master/LICENSE.txt>`__ | *Not yet evaluated.* |
+--------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------+----------------------+
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Enforce latest version on ReadTheDocs
sphinx>=5.3,<6.0
pyTooling>=2.12.3
pyTooling>=3.0.0, <4.0

# Sphinx Extenstions
#sphinx.ext.coverage
Expand Down
2 changes: 1 addition & 1 deletion pyVHDLParser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__email__ = "[email protected]"
__copyright__ = "Copyright 2017-2023 Patrick Lehmann - Boetzingen, Germany\nCopyright 2016-2017 Patrick Lehmann - Dresden, Germany"
__license__ = "Apache License, Version 2.0"
__version__ = "0.7.0"
__version__ = "0.8.0"
__keywords__ = ["parser", "vhdl", "code generator", "hdl"]

from pyTooling.Decorators import export
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"pyTooling >= 2.12.0",
"pyTooling >= 3.0.0",
"setuptools >= 62.3.3",
"wheel >= 0.38.1"
]
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
colorama>=0.4.6
py-flags>=1.1.4

pyTooling>=2.12.3
pyTooling.TerminalUI>=1.5.9
pyTooling>=3.0.0, <4.0
pyAttributes>=2.5.1
pyVHDLModel==0.23.0
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"Topic :: Software Development :: Compilers",
"Topic :: Software Development :: Testing",
"Topic :: Utilities"
]
],
dataFiles={
packageName: ["py.typed"]
}
)

0 comments on commit 5292cf1

Please sign in to comment.