Skip to content

Commit 69bafde

Browse files
committed
Incorporate rejects
1 parent 77d5023 commit 69bafde

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@ rasterra = "^0.6.1"
4646
pydantic = "^2.10.4"
4747

4848
[tool.poetry.group.dev.dependencies]
49-
mkdocstrings = {version = ">=0.23", extras = ["python"]}
49+
mkdocstrings = {version = "*", extras = ["python"]}
5050
mkdocs-material = "*"
5151
mkdocs-table-reader-plugin = "*"
52-
mkdocs-gen-files = "^0.5.0"
53-
mkdocs-literate-nav = "^0.6.1"
54-
mkdocs-section-index = "^0.3.9"
52+
mkdocs-gen-files = "*"
53+
mkdocs-literate-nav = "*"
54+
mkdocs-section-index = "*"
5555
mypy = "*"
5656
pre-commit = "*"
5757
pymdown-extensions = "*"
5858
pytest = "*"
5959
pytest-github-actions-annotate-failures = "*"
6060
pytest-cov = "*"
6161
python-kacl = "*"
62-
ruff = ">=0.2.0"
62+
ruff = "*"
6363
types-pyyaml = "^6.0.12.20241230"
6464
types-requests = "^2.32.0.20241016"
6565
types-tqdm = "^4.67.0.20241221"

pyproject.toml.rej

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)