mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-25 01:16:55 +08:00
Bumped dependencies.
This commit is contained in:
@@ -164,12 +164,12 @@ Example Pipelines
|
|||||||
.. code-block:: toml
|
.. code-block:: toml
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools >= 80.0", "wheel ~= 0.45.0", "pyTooling ~= 8.11"]
|
requires = ["setuptools >= 80.0", "pyTooling ~= 8.12"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
packages = ["myPackage"]
|
packages = ["myPackage"]
|
||||||
python_version = "3.13"
|
python_version = "3.14"
|
||||||
strict = true
|
strict = true
|
||||||
pretty = true
|
pretty = true
|
||||||
show_error_context = true
|
show_error_context = true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
-r ../requirements.txt
|
-r ../requirements.txt
|
||||||
|
|
||||||
pyTooling ~= 8.11
|
pyTooling ~= 8.12
|
||||||
|
|
||||||
# Enforce latest version on ReadTheDocs
|
# Enforce latest version on ReadTheDocs
|
||||||
sphinx ~= 9.1
|
sphinx ~= 9.1
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ __author__ = "Patrick Lehmann"
|
|||||||
__email__ = "Paebbels@gmail.com"
|
__email__ = "Paebbels@gmail.com"
|
||||||
__copyright__ = "2017-2026, Patrick Lehmann"
|
__copyright__ = "2017-2026, Patrick Lehmann"
|
||||||
__license__ = "Apache License, Version 2.0"
|
__license__ = "Apache License, Version 2.0"
|
||||||
__version__ = "7.4.2"
|
__version__ = "7.4.3"
|
||||||
__keywords__ = ["GitHub Actions"]
|
__keywords__ = ["GitHub Actions"]
|
||||||
__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
|
__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
"setuptools >= 80.0",
|
"setuptools >= 80.0",
|
||||||
"wheel ~= 0.45.0",
|
"pyTooling ~= 8.12"
|
||||||
"pyTooling ~= 8.11"
|
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
@@ -26,7 +25,7 @@ variable-naming-style = "camelCase"
|
|||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
packages = ["myPackage", "myFramework.Extension"]
|
packages = ["myPackage", "myFramework.Extension"]
|
||||||
python_version = "3.13"
|
python_version = "3.14"
|
||||||
strict = true
|
strict = true
|
||||||
pretty = true
|
pretty = true
|
||||||
show_error_context = true
|
show_error_context = true
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
pyTooling ~= 8.11
|
pyTooling ~= 8.12
|
||||||
|
|||||||
Reference in New Issue
Block a user