Bumped dependencies.

This commit is contained in:
Patrick Lehmann
2026-01-18 21:14:23 +01:00
parent d650bf7dcf
commit c76fed150e
5 changed files with 5 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ Example Pipelines
.. code-block:: toml
[build-system]
requires = ["setuptools >= 80.0", "wheel ~= 0.45.0", "pyTooling ~= 8.10"]
requires = ["setuptools >= 80.0", "wheel ~= 0.45.0", "pyTooling ~= 8.11"]
build-backend = "setuptools.build_meta"
[tool.mypy]

View File

@@ -1,6 +1,6 @@
-r ../requirements.txt
pyTooling ~= 8.10
pyTooling ~= 8.11
# Enforce latest version on ReadTheDocs
sphinx ~= 8.2