From 227ab4c45505580bb0a123230824f077c38370c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:07:00 +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 d11b8f6..242ef96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.12,<3.13" ampel-interface = "^0.8.7" ampel-ztf = {version = ">=0.8.5,<0.8.6", source = "pypi"} ampel-hu-astro = {version = ">=0.8.3a10,<0.8.4", source = "pypi", extras = ["slack", "sncosmo"]} @@ -41,13 +41,13 @@ dropbox = "^11.36.0" corner = "^2.2.1" [tool.poetry.dev-dependencies] -mypy = "^1.3.0" -pytest = "^7.3.1" +mypy = "^1.8.0" +pytest = "^7.4.4" pytest-cov = "^4.1.0" -pytest-mock = "^3.10.0" +pytest-mock = "^3.12.0" types-requests = "^2.25.9" types-pytz = "^2022.1.2" -pre-commit = "^3.3.2" +pre-commit = "^3.6.2" # duplicate to add a dev extra ampel-ztf = {version = ">=0.8.5,<0.8.6", source = "pypi", extras = ["kafka"]}