From 60dab576781c149ee6eb38a9550883a1ff65dab3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:15:09 +0000 Subject: [PATCH] chore(deps): update minor updates --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 96b1c33..f18206c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ include = [ [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.10,<3.13" astropy = "^5.0.2" fastavro = "^1.3.2" ampel-ztf = {version = ">=0.8.13,<0.9", extras = ["kafka"]} @@ -46,16 +46,16 @@ ampel-core = {version = ">=0.8.9a0,<0.9", extras = ["kafka"]} ampel-alerts = {version = ">=0.8.6a0,<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" pytest-timeout = "^2.2.0" -pytest-asyncio = "^0.21.1" +pytest-asyncio = "^0.23.3" 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"