We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70be5c commit a3f52f6Copy full SHA for a3f52f6
project/pyproject.toml.jinja
@@ -44,7 +44,7 @@ pytest-benchmark = "^5.1.0"
44
45
{% if include_docs %}[tool.poetry.group.docs.dependencies]
46
mkdocs = "^1.6.1"
47
-mkdocs-material = "^9.5.47"
+mkdocs-material = "^9.5.48"
48
mkdocs-git-revision-date-localized-plugin = "^1.2.9"
49
mkdocs-awesome-pages-plugin = "^2.9.3"
50
mkdocs-git-authors-plugin = "^0.9.1"
@@ -58,7 +58,7 @@ optional = true
58
59
[tool.poetry.group.debug.dependencies]
60
ipdb = "^0.13.9"
61
-line_profiler = "^4.1.3"
+line_profiler = "^4.2.0"
62
63
[tool.poetry.scripts]
64
{{ python_package_command_line_name }} = "{{ python_package_import_name }}.cli:main"
0 commit comments