Skip to content

Commit d63a910

Browse files
committed
Bumped dependencies.
1 parent de6ebc2 commit d63a910

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ Example Pipelines
164164
.. code-block:: toml
165165
166166
[build-system]
167-
requires = ["setuptools >= 80.0", "wheel ~= 0.45.0", "pyTooling ~= 8.11"]
167+
requires = ["setuptools >= 80.0", "pyTooling ~= 8.12"]
168168
build-backend = "setuptools.build_meta"
169169
170170
[tool.mypy]
171171
packages = ["myPackage"]
172-
python_version = "3.13"
172+
python_version = "3.14"
173173
strict = true
174174
pretty = true
175175
show_error_context = true

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r ../requirements.txt
22

3-
pyTooling ~= 8.11
3+
pyTooling ~= 8.12
44

55
# Enforce latest version on ReadTheDocs
66
sphinx ~= 9.1

myPackage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
__email__ = "Paebbels@gmail.com"
3737
__copyright__ = "2017-2026, Patrick Lehmann"
3838
__license__ = "Apache License, Version 2.0"
39-
__version__ = "7.4.2"
39+
__version__ = "7.4.3"
4040
__keywords__ = ["GitHub Actions"]
4141
__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
4242

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools >= 80.0",
4-
"wheel ~= 0.45.0",
5-
"pyTooling ~= 8.11"
4+
"pyTooling ~= 8.12"
65
]
76
build-backend = "setuptools.build_meta"
87

@@ -26,7 +25,7 @@ variable-naming-style = "camelCase"
2625

2726
[tool.mypy]
2827
packages = ["myPackage", "myFramework.Extension"]
29-
python_version = "3.13"
28+
python_version = "3.14"
3029
strict = true
3130
pretty = true
3231
show_error_context = true

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyTooling ~= 8.11
1+
pyTooling ~= 8.12

0 commit comments

Comments
 (0)