URL: http://github.com/leodevian/modern-python/commit/e5abfba234b723e71d2e373ee73793064c010a31
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3530b69 commit e5abfbaCopy full SHA for e5abfba
pyproject.toml
@@ -54,19 +54,19 @@ dev = [
54
]
55
test = [ ]
56
type = [
57
- "mypy>=1.15",
+ "mypy>=1.19",
58
{ include-group = "test" },
59
60
docs = [
61
"mkdocs>=1.6.1",
62
- "mkdocs-material>=9.5.47",
+ "mkdocs-material>=9.7",
63
"termynal>=0.13.1",
64
65
lint = [
66
- "pre-commit>=4.2",
+ "pre-commit>=4.5",
67
68
release = [
69
- "towncrier>=24.8",
+ "towncrier>=25.8",
70
71
72
[tool.ruff]
scripts/release.py
@@ -1,7 +1,7 @@
1
# //github.com/ script
2
# requires-python = ">=3.10"
3
# dependencies = [
4
-# "towncrier>=24.8",
+# "towncrier>=25.8",
5
# "uv>=0.8.6",
6
# ]
7
# //github.com/
0 commit comments