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 Aug 25, 2024
1 parent 92f767a commit 9011c38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include = [


[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.12,<3.13"
astropy = "^5.0.2"
fastavro = "^1.3.2"
ampel-ztf = {version = ">=0.8.13,<0.9", extras = ["kafka"]}
Expand All @@ -48,17 +48,17 @@ ampel-alerts = {version = ">=0.8.6a0,<0.9"}
[tool.poetry.dev-dependencies]
pytest = "^8.0.2"
pytest-cov = "^5.0.0"
pytest-mock = "^3.12.0"
pytest-mock = "^3.14.0"
mongomock = "^4.1.2"
mypy = "^1.6.1"
pytest-timeout = "^2.2.0"
pytest-asyncio = "^0.21.1"
mypy = "^1.11.2"
pytest-timeout = "^2.3.1"
pytest-asyncio = "^0.24.0"
types-requests = "^2.25.9"
before_after = "^1.0.1"
isort = "^5.12.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.14"
ruff = "^0.6.0"

[build-system]
requires = ["poetry-core>=1.0.0", "setuptools >= 40.6.0", "wheel"]
Expand Down

0 comments on commit 9011c38

Please sign in to comment.