From a83272b2b576670f3d14d4531c1cc7f00b4adda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:20:46 +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 c06fe59..1631549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ optional-dependencies.develop = [ "proselint<0.15", "pyproject-fmt<2.5", "ruff<0.8", - "validate-pyproject<0.23", + "validate-pyproject<0.24", ] optional-dependencies.release = [ "build<2", From b4233c2dd1fabe0202013de69702e557b2dbe0bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:09:51 +0000 Subject: [PATCH 2/4] Chore(deps): Update pyproject-fmt requirement from <2.5 to <2.6 Updates the requirements on [pyproject-fmt](https://github.com/tox-dev/toml-fmt) to permit the latest version. - [Release notes](https://github.com/tox-dev/toml-fmt/releases) - [Commits](https://github.com/tox-dev/toml-fmt/compare/pyproject-fmt/2.4.0...pyproject-fmt/2.5.0) --- updated-dependencies: - dependency-name: pyproject-fmt 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 1631549..e6ca066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ optional-dependencies.develop = [ "isort<6", "poethepoet<0.30", "proselint<0.15", - "pyproject-fmt<2.5", + "pyproject-fmt<2.6", "ruff<0.8", "validate-pyproject<0.24", ] From 227017bac24f0047f3807108fdb6998334d24cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:08:20 +0000 Subject: [PATCH 3/4] Chore(deps): Update polars[pyarrow] requirement from <1.13 to <1.17 Updates the requirements on [polars[pyarrow]](https://github.com/pola-rs/polars) to permit the latest version. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/py-0.0.1...py-1.16.0) --- updated-dependencies: - dependency-name: polars[pyarrow] 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 e6ca066..cd5480e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ optional-dependencies.release = [ ] optional-dependencies.test = [ "pandas<2.3", - "polars[pyarrow]<1.13", + "polars[pyarrow]<1.17", "pytest<9", "pytest-asyncio<1", "pytest-cov<7", From d3280fa189a02e10c1ee08fc86a80f989e4c810f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:28:25 +0000 Subject: [PATCH 4/4] Chore(deps): Update poethepoet requirement from <0.30 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 cd5480e..4ab7727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ optional-dependencies.develop = [ "black<25", "isort<6", - "poethepoet<0.30", + "poethepoet<0.32", "proselint<0.15", "pyproject-fmt<2.6", "ruff<0.8",