Skip to content

Commit 53037d2

Browse files
authored
Update pyproject.toml.jinja
1 parent b878481 commit 53037d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project/pyproject.toml.jinja

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,32 +38,32 @@ torch = "^2.5.0"
3838
lightning = "^2.5.0"{% endif %}
3939

4040
[tool.poetry.group.dev.dependencies]
41-
ruff = "^0.9.7"
41+
ruff = "^0.9.9"
4242
bandit = "^1.8.3"
4343
pre-commit = "^4.1.0"
44-
pyright = "^1.1.394"
44+
pyright = "^1.1.396"
4545
vulture = "^2.14"
4646
copier = "^9.5.0"
4747
{% if include_notebooks %}ipykernel = "^6.29.5"
4848
ipywidgets = "^8.1.5"
49-
ipython = "^8.31.0"
49+
ipython = "^9.0.1"
5050
jupytext = " ^1.16.6"
5151
nbconvert = "^7.16.6"{% endif %}
5252

5353
[tool.poetry.group.test.dependencies]
54-
pytest = "^8.3.4"
54+
pytest = "^8.3.5"
5555
pytest-cov = "^6.0.0"
5656
pytest-mock = "^3.12.0"
5757
pytest-cases = "^3.8.6"
5858
pytest-benchmark = "^5.1.0"
5959

6060
{% if include_docs %}[tool.poetry.group.docs.dependencies]
6161
mkdocs = "^1.6.1"
62-
mkdocs-material = "^9.6.5"
62+
mkdocs-material = "^9.6.7"
6363
mkdocs-git-revision-date-localized-plugin = "^1.2.9"
6464
mkdocs-awesome-pages-plugin = "^2.10.1"
6565
mkdocs-git-authors-plugin = "^0.9.2"
66-
mkapi = "^4.0.1"
66+
mkapi = "^4.1.0"
6767
markdown-callouts = "^0.4.0"
6868
pygments = "^2.19.0"{% if include_notebooks %}
6969
mkdocs-jupyter = "^0.25.1"{% endif %}{% endif %}

0 commit comments

Comments
 (0)