Skip to content

Commit

Permalink
free-d the dep reqs a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
atropos112 committed Aug 10, 2024
1 parent 6ca8b34 commit 4d01736
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@ python = "^3.12"


[tool.poetry.group.dev.dependencies]
basedmypy = "^2.4.0"
pytest-isort = "^4.0.0"
pytest = "^8.0.2"
basedmypy = "<3"
pytest-isort = "<4"
pytest = "<9"
pytest-mock = "*"
pytest-cov = ">=4.1,<6.0"
pytest-mypy-plugins = "^3.1.0"
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocs-include-markdown-plugin = "^6.0.5"
mkdocs-material = "^9.5.15"
mkdocstrings = "^0.24.1"
mkdocstrings-python = "^1.9.0"
mkdocs = "<2"
mkdocs-include-markdown-plugin = "<7"
mkdocs-material = "<10"
mkdocstrings = "<1"
mkdocstrings-python = "<2"
[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 4d01736

Please sign in to comment.