From acf286c882c76a7fb40f5d4f8854b0f80ebaf7e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 20:12:42 +0000 Subject: [PATCH] chore(deps): update dependency ampel-core to >=0.10.0.post0,<0.11 --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index c546dc3..a906db9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,17 +2,17 @@ [[package]] name = "ampel-core" -version = "0.10.0" +version = "0.10.0.post0" description = "Alice in Modular Provenance-Enabled Land" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "ampel_core-0.10.0-py3-none-any.whl", hash = "sha256:2eac76aa5b29488cfb47bc8154666362dc9e7b7258c52447a05d285b65837aa9"}, - {file = "ampel_core-0.10.0.tar.gz", hash = "sha256:306616c9b77866edae0d7e50245a50d7e5d83038e974933f2b89597b9c75ebd1"}, + {file = "ampel_core-0.10.0.post0-py3-none-any.whl", hash = "sha256:a0d3e2a4bce2236e25a9f13f5c1a0121356409d5979fbb222ee84afb1f1446b5"}, + {file = "ampel_core-0.10.0.post0.tar.gz", hash = "sha256:cca021c2b3e2ba8f12292a3fca4f55bd0addd652b09ff00633dbf5b7b43be3d4"}, ] [package.dependencies] -ampel-interface = ">=0.10.0a3,<0.11" +ampel-interface = ">=0.10.1.post0,<0.11" appdirs = ">=1.4.4,<2.0.0" prometheus-client = ">=0.16" psutil = ">=5.8.0,<6.0.0" @@ -29,17 +29,17 @@ slack = ["slack-sdk (>=3.18.1,<4.0.0)"] [[package]] name = "ampel-interface" -version = "0.10.0" +version = "0.10.1.post0" description = "Base classes for the Ampel analysis platform" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "ampel_interface-0.10.0-py3-none-any.whl", hash = "sha256:5036e9e027f58f39692045bdbef6022534ceae449023f3dbe8e62dbd9da7f9d3"}, - {file = "ampel_interface-0.10.0.tar.gz", hash = "sha256:288e75742ee382e1406dcc99cf7aafac4bc5e9fb3ecd98fb5674b21880d2a22d"}, + {file = "ampel_interface-0.10.1.post0-py3-none-any.whl", hash = "sha256:0ea38e4df496a01b09db1b529ccc0672ccdbb9fc52835e8cb622bdaa3f6fb527"}, + {file = "ampel_interface-0.10.1.post0.tar.gz", hash = "sha256:57e63e879dd13ff8333c896edbf9f05e64c01a1caa9cd72c8294682292b785bd"}, ] [package.dependencies] -pydantic = ">=2,<3" +pydantic = ">=2.7,<3.0" PyYAML = ">=6.0.0,<7.0.0" ujson = ">=5.1.0,<6.0.0" xxhash = ">=3.0.0,<4.0.0" @@ -1171,4 +1171,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a2e60a634a2cfa3c1aaebaa141d3da333c62c568acb43cd66125595370dbae2f" +content-hash = "6b056f89aa4b34c37ba399a4ac9c07926164a7339c189876ef69b3c642119aa9" diff --git a/pyproject.toml b/pyproject.toml index 9cbd2ee..9492b9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ include = [ [tool.poetry.dependencies] python = "^3.10" -ampel-core = {version = ">=0.10.0a0,<0.11"} +ampel-core = {version = ">=0.10.0.post0,<0.11"} [tool.poetry.dev-dependencies] pytest = "^8.2.1"