Skip to content

Commit

Permalink
fix(deps): update minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent c5f357c commit 1b9c4c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ include = [


[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.12,<3.13"
astropy = "^5.0"
matplotlib = "^3.3.4"
aiohttp = "^3.7.3"
nest-asyncio = "^1.4.3"
backoff = "^2.0.0"
fastavro = "~1.6.0"
fastavro = "~1.8.0"
requests = "^2.25.1"
requests-toolbelt = "^0.10.0"
confluent-kafka = {version = "^2.0.0", optional = true}
healpy = {version = "^1.15", optional = true}
light-curve = {version = ">=0.7,<0.8", optional = true}
light-curve = {version = ">=0.8,<0.9", optional = true}
ampel-ztf-archive = {version = "^0.8.0-alpha.0", optional = true}
ampel-interface = "^0.8.7"
ampel-core = "^0.8.6"
Expand All @@ -56,7 +56,7 @@ ampel-alerts = "^0.8.4"
ampel-plot = {version = "^0.8.3-3", optional = true}
pandas = {version = "^1.5.2", optional = true}
scipy = "^1.9.3"
planobs = {version = "^0.6.1", optional = true}
planobs = {version = "^0.7.0", optional = true}

[tool.poetry.dev-dependencies]
pytest = "^7.4.2"
Expand Down

0 comments on commit 1b9c4c6

Please sign in to comment.