Updating r6 from v6.7.0

This commit is contained in:
Patrick Lehmann
2025-11-13 15:39:58 +01:00
committed by GitHub
11 changed files with 120 additions and 41 deletions

View File

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

View File

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