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 20, 2024
1 parent 186b548 commit d21a660
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.13,<3.14"
ampel-interface = ">=0.8.7,<0.9"
ampel-ztf = {version = ">=0.8.5,<0.9", source = "pypi"}
ampel-hu-astro = {version = ">=0.8.3a10,<0.9", source = "pypi", extras = ["slack", "sncosmo"]}
dropbox = "^12.0.0"
corner = "^2.2.1"

[tool.poetry.dev-dependencies]
mypy = "^1.3.0"
pytest = "^8.0.2"
mypy = "^1.12.1"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
pytest-mock = "^3.10.0"
pytest-mock = "^3.14.0"
types-requests = "^2.25.9"
types-pytz = "^2022.1.2"
pre-commit = "^3.3.2"
pre-commit = "^3.8.0"
# duplicate to add a dev extra
ampel-ztf = {version = "*", source = "pypi", extras = ["kafka"]}

Expand Down

0 comments on commit d21a660

Please sign in to comment.