Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 0a03733

Browse files
committed
Bumped dependencies.
1 parent 35f8e4a commit 0a03733

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/Dependencies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ or install the package directly from PyPI (see :ref:`INSTALL`).
4343
| `pydecor <https://github.com/mplanchard/pydecor>`__ | ≥2.0.1 | `MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__ | * `dill <https://github.com/uqfoundation/dill>`__ (`BSD 3-clause <https://github.com/uqfoundation/dill/blob/master/LICENSE>`__) |
4444
| | | | * `six <https://github.com/benjaminp/six>`__ (`MIT <https://github.com/benjaminp/six/blob/master/LICENSE>`__) |
4545
+----------------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
46-
| `pyMetaClasses <https://github.com/Paebbels/pyMetaClasses>`__ | ≥1.3.0 | `Apache License 2.0 <https://github.com/Paebbels/pyMetaClasses/blob/master/LICENSE.md>`__ | * `pydecor <https://github.com/mplanchard/pydecor>`__ (`MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__; see above) |
46+
| `pyMetaClasses <https://github.com/Paebbels/pyMetaClasses>`__ | ≥1.3.1 | `Apache License 2.0 <https://github.com/Paebbels/pyMetaClasses/blob/master/LICENSE.md>`__ | * `pydecor <https://github.com/mplanchard/pydecor>`__ (`MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__; see above) |
4747
+----------------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
48-
| `pyExceptions <https://github.com/Paebbels/pyExceptions>`__ | ≥1.1.0 | `Apache License 2.0 <https://github.com/Paebbels/pyExceptions/blob/master/LICENSE.md>`__ | * `pydecor <https://github.com/mplanchard/pydecor>`__ (`MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__; see above) |
48+
| `pyExceptions <https://github.com/Paebbels/pyExceptions>`__ | ≥1.1.1 | `Apache License 2.0 <https://github.com/Paebbels/pyExceptions/blob/master/LICENSE.md>`__ | * `pydecor <https://github.com/mplanchard/pydecor>`__ (`MIT <https://github.com/mplanchard/pydecor/blob/master/LICENSE>`__; see above) |
4949
| | | | * `SphinxExtensions <https://github.com/Paebbels/SphinxExtensions>`__ (`Apache License 2.0 <https://github.com/Paebbels/SphinxExtensions/blob/master/LICENSE.md>`__) |
5050
+----------------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------+
5151

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
colorama>=0.4.4
22
pydecor>=2.0.1
33

4-
pyExceptions>=1.1.0
5-
pyMetaClasses>=1.3.0
4+
pyExceptions>=1.1.1
5+
pyMetaClasses>=1.3.1

0 commit comments

Comments
 (0)