File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,32 +38,32 @@ torch = "^2.5.0"
3838lightning = "^2.5.0"{% endif %}
3939
4040[tool.poetry.group.dev.dependencies]
41- ruff = "^0.9.7 "
41+ ruff = "^0.9.9 "
4242bandit = "^1.8.3"
4343pre-commit = "^4.1.0"
44- pyright = "^1.1.394 "
44+ pyright = "^1.1.396 "
4545vulture = "^2.14"
4646copier = "^9.5.0"
4747{% if include_notebooks %} ipykernel = "^6.29.5"
4848ipywidgets = "^8.1.5"
49- ipython = "^8.31.0 "
49+ ipython = "^9.0.1 "
5050jupytext = " ^1.16.6"
5151nbconvert = "^7.16.6"{% endif %}
5252
5353[tool.poetry.group.test.dependencies]
54- pytest = "^8.3.4 "
54+ pytest = "^8.3.5 "
5555pytest-cov = "^6.0.0"
5656pytest-mock = "^3.12.0"
5757pytest-cases = "^3.8.6"
5858pytest-benchmark = "^5.1.0"
5959
6060{% if include_docs %} [tool.poetry.group.docs.dependencies]
6161mkdocs = "^1.6.1"
62- mkdocs-material = "^9.6.5 "
62+ mkdocs-material = "^9.6.7 "
6363mkdocs-git-revision-date-localized-plugin = "^1.2.9"
6464mkdocs-awesome-pages-plugin = "^2.10.1"
6565mkdocs-git-authors-plugin = "^0.9.2"
66- mkapi = "^4.0.1 "
66+ mkapi = "^4.1.0 "
6767markdown-callouts = "^0.4.0"
6868pygments = "^2.19.0"{% if include_notebooks %}
6969mkdocs-jupyter = "^0.25.1"{% endif %}{% endif %}
You can’t perform that action at this time.
0 commit comments