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 Nov 22, 2024
1 parent 7547ff3 commit 0406360
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 @@ -38,7 +38,7 @@ 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"]}
Expand All @@ -52,13 +52,13 @@ pytest-mock = "^3.12.0"
mongomock = "^4.1.2"
mypy = "^1.6.1"
pytest-timeout = "^2.2.0"
pytest-asyncio = "^0.21.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.8.0"

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

0 comments on commit 0406360

Please sign in to comment.