From ac5e840b2f890c4db10166f2b7e1c86fe755c51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 05:11:43 +0000 Subject: [PATCH 1/4] Chore(deps): Update validate-pyproject requirement from <0.23 to <0.24 Updates the requirements on [validate-pyproject](https://github.com/abravalheri/validate-pyproject) to permit the latest version. - [Release notes](https://github.com/abravalheri/validate-pyproject/releases) - [Changelog](https://github.com/abravalheri/validate-pyproject/blob/main/CHANGELOG.rst) - [Commits](https://github.com/abravalheri/validate-pyproject/compare/v0.0.1...v0.23) --- updated-dependencies: - dependency-name: validate-pyproject dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92056ca..6df5943 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ optional-dependencies.develop = [ "poethepoet<0.31", "pyproject-fmt<2.6", "ruff<0.8", - "validate-pyproject<0.23", + "validate-pyproject<0.24", ] optional-dependencies.doc = [ "furo==2024.1.29", # Check visited link style on newer versions! From c76a05dad88c79ccd425d1a7ee191cd65c35fdbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:22:51 +0000 Subject: [PATCH 2/4] Chore(deps): Update twine requirement from <6 to <7 Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/1.3.0...6.0.1) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6df5943..92925d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ optional-dependencies.mongodb = [ ] optional-dependencies.release = [ "build<2", - "twine<6", + "twine<7", ] optional-dependencies.test = [ "cratedb-toolkit[testing]", From 547e72afcc5333d9a92912707d61d07ab6483ebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:44:47 +0000 Subject: [PATCH 3/4] Chore(deps): Update ruff requirement from <0.8 to <0.9 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.18...0.8.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92925d1..9b5b7ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ optional-dependencies.develop = [ "mypy<1.14", "poethepoet<0.31", "pyproject-fmt<2.6", - "ruff<0.8", + "ruff<0.9", "validate-pyproject<0.24", ] optional-dependencies.doc = [ From 94b0e89a45737d8d52161b683f2988a641af21e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:44:30 +0000 Subject: [PATCH 4/4] Chore(deps): Update poethepoet requirement from <0.31 to <0.32 Updates the requirements on [poethepoet](https://github.com/nat-n/poethepoet) to permit the latest version. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.1.0...v0.31.0) --- updated-dependencies: - dependency-name: poethepoet dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b5b7ee..628ee38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ optional-dependencies.all = [ ] optional-dependencies.develop = [ "mypy<1.14", - "poethepoet<0.31", + "poethepoet<0.32", "pyproject-fmt<2.6", "ruff<0.9", "validate-pyproject<0.24",