Skip to content

Commit a3f52f6

Browse files
authored
Update pyproject.toml.jinja
1 parent b70be5c commit a3f52f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pytest-benchmark = "^5.1.0"
4444

4545
{% if include_docs %}[tool.poetry.group.docs.dependencies]
4646
mkdocs = "^1.6.1"
47-
mkdocs-material = "^9.5.47"
47+
mkdocs-material = "^9.5.48"
4848
mkdocs-git-revision-date-localized-plugin = "^1.2.9"
4949
mkdocs-awesome-pages-plugin = "^2.9.3"
5050
mkdocs-git-authors-plugin = "^0.9.1"
@@ -58,7 +58,7 @@ optional = true
5858

5959
[tool.poetry.group.debug.dependencies]
6060
ipdb = "^0.13.9"
61-
line_profiler = "^4.1.3"
61+
line_profiler = "^4.2.0"
6262

6363
[tool.poetry.scripts]
6464
{{ python_package_command_line_name }} = "{{ python_package_import_name }}.cli:main"

0 commit comments

Comments
 (0)