From cb31b5d82ddf8ac40cc2cddec19b526cdf3db724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 02:37:14 +0000 Subject: [PATCH] chore(deps): update minor updates --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 43872e8..ed9ecc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]} @@ -46,19 +46,19 @@ 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.2.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.10.1" +pytest-timeout = "^2.3.1" +pytest-asyncio = "^0.23.7" 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.4.0" [build-system] requires = ["poetry-core>=1.0.0", "setuptools >= 40.6.0", "wheel"]