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 Oct 22, 2024
1 parent 982b2a8 commit f196edd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@ include = [


[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.13,<3.14"
astropy = "^5.0.2"
fastavro = "^1.3.2"
ampel-ztf = {version = ">=0.8.13,<0.9", extras = ["kafka"]}
ampel-core = {version = ">=0.8.9a0,<0.9", extras = ["kafka"]}
ampel-alerts = {version = ">=0.8.6a0,<0.9"}

[tool.poetry.dev-dependencies]
pytest = "^8.0.2"
pytest = "^8.3.3"
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.13.0"
pytest-timeout = "^2.3.1"
pytest-asyncio = "^0.24.0"
types-requests = "^2.25.9"
before_after = "^1.0.1"
isort = "^5.12.0"
isort = "^5.13.2"

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

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

0 comments on commit f196edd

Please sign in to comment.