Skip to content

Commit

Permalink
Bumped dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jul 5, 2023
1 parent d063531 commit e7fb68f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions doc/Dependency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pyEDAA.ToolSetup Package
| `pyAttributes <https://github.com/pyTooling/pyAttributes>`__ | ≥2.5.1 | `Apache License, 2.0 <https://github.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | * `pyTooling <https://github.com/pyTooling/pyTooling>`__ (`Apache License, 2.0 <https://github.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__) |
| | | | * `argcomplete <https://github.com/kislyuk/argcomplete>`__ (`Apache License, 2.0 <https://github.com/kislyuk/argcomplete/blob/develop/LICENSE.rst>`__) |
+---------------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `pyTooling[yaml] <https://github.com/pyTooling/pyTooling>`__ |2.7.0 | `Apache License, 2.0 <https://github.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | * `ruamel.yaml <https://sourceforge.net/projects/ruamel-yaml/>`__ (`MIT <https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/LICENSE>`__) |
| `pyTooling[yaml] <https://github.com/pyTooling/pyTooling>`__ |5.0.0 | `Apache License, 2.0 <https://github.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__ | * `ruamel.yaml <https://sourceforge.net/projects/ruamel-yaml/>`__ (`MIT <https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/LICENSE>`__) |
+---------------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| `pyTooling.CLIAbstraction <https://github.com/pyTooling/pyTooling.CLIAbstraction>`__ | ≥0.4.0 | `Apache License, 2.0 <https://github.com/pyTooling/pyTooling.CLIAbstraction/blob/main/LICENSE.txt>`__ | * `pyTooling <https://github.com/pyTooling/pyTooling>`__ (`Apache License, 2.0 <https://github.com/pyTooling/pyTooling/blob/main/LICENSE.txt>`__) |
| | | | * `pyAttributes <https://github.com/pyTooling/pyAttributes>`__ (`Apache License, 2.0 <https://github.com/pyTooling/pyAttributes/blob/main/LICENSE.txt>`__) |
Expand Down Expand Up @@ -114,7 +114,7 @@ the mandatory dependencies too.
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
| **Package** | **Version** | **License** | **Dependencies** |
+=================================================================================================+==============+==========================================================================================================+======================================================================================================================================================+
| `pyTooling <https://github.com/pyTooling/pyTooling>`__ |2.7.0 | `Apache License, 2.0 <https://github.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
| `pyTooling <https://github.com/pyTooling/pyTooling>`__ |5.0.0 | `Apache License, 2.0 <https://github.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
| `Sphinx <https://github.com/sphinx-doc/sphinx>`__ | ≥5.3.0 | `BSD 3-Clause <https://github.com/sphinx-doc/sphinx/blob/master/LICENSE>`__ | *Not yet evaluated.* |
+-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -150,7 +150,7 @@ install the mandatory dependencies too.
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
| **Package** | **Version** | **License** | **Dependencies** |
+============================================================================+==============+==========================================================================================================+======================================================================================================================================================+
| `pyTooling <https://github.com/pyTooling/pyTooling>`__ |2.7.0 | `Apache License, 2.0 <https://github.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
| `pyTooling <https://github.com/pyTooling/pyTooling>`__ |5.0.0 | `Apache License, 2.0 <https://github.com/pyTooling/pyTooling/blob/main/LICENSE.md>`__ | *None* |
+----------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+
| `wheel <https://github.com/pypa/wheel>`__ | ≥0.38.1 | `MIT <https://github.com/pypa/wheel/blob/main/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
@@ -1,6 +1,6 @@
-r ../requirements.txt

pyTooling>=2.7.0
pyTooling >= 5.0.0

# Enforce latest version on ReadTheDocs
sphinx>=5.3.0
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.7.0",
"pyTooling >= 5.0.0",
"setuptools >= 60.9.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,5 +1,4 @@
pyAttributes>=2.5.1
pyTooling[yaml]>=2.7.0
pyTooling[yaml]>=5.0.0
pyTooling.CLIAbstraction>=0.4.0
pyTooling.TerminalUI>=1.5.7
pyEDAA.CLITool>=0.2.0

0 comments on commit e7fb68f

Please sign in to comment.