Skip to content

Commit

Permalink
chore(deps): update minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 8f44bbf commit d7f8e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.10,<3.13"
Sphinx = {version = ">=6.2.1,<6.3.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.11.1", optional = true}
tomlkit = {version = "^0.12.0", optional=true}
ampel-interface = {version = ">=0.8.7,<0.9"}
ampel-core = {version = ">=0.8.7a0,<0.9"}

[tool.poetry.dev-dependencies]
pytest = "^7.4.3"
pytest = "^7.4.4"
pytest-cov = "^4.1.0"
pytest-mock = "^3.12.0"
mongomock = "^4.1.2"
mypy = "^1.6.1"
mypy = "^1.8.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit d7f8e3e

Please sign in to comment.