From fd1ec88db7bb3c9c503c6b004d682a14016fcf3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:41:17 +0000 Subject: [PATCH 1/5] Chore(deps-dev): Update black requirement from <24 to <25 Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/18.3a0...24.1.1) --- updated-dependencies: - dependency-name: black 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 b1c0971..abc24cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ ] [project.optional-dependencies] develop = [ - "black<24", + "black<25", "isort<6", "poethepoet<0.25", "proselint==0.13", From c509b39e15ee1530e4aec4c263ae329d3679f56b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:40:51 +0000 Subject: [PATCH 2/5] Chore(deps-dev): Update pandas requirement from <2.1 to <2.3 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/0.3.0...v2.2.0) --- updated-dependencies: - dependency-name: pandas 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 abc24cb..5efe553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ release = [ ] test = [ "crate[sqlalchemy]", - "pandas<2.1", + "pandas<2.3", "pytest<8", "pytest-asyncio<1", "pytest-cov<5", From a0156e7bf296c33f5045bfb5836786c5ba12e5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:41:11 +0000 Subject: [PATCH 3/5] Chore(deps-dev): Update pyproject-fmt requirement from <1.7 to <1.8 Updates the requirements on [pyproject-fmt](https://github.com/tox-dev/pyproject-fmt) to permit the latest version. - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/0.1.0...1.7.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 5efe553..c830294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ develop = [ "isort<6", "poethepoet<0.25", "proselint==0.13", - "pyproject-fmt<1.7", + "pyproject-fmt<1.8", "ruff==0.1.14", "validate-pyproject<0.16", ] From 71918575801261381b479d77e346bdb631f77652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:40:58 +0000 Subject: [PATCH 4/5] Chore(deps-dev): Update pytest requirement from <8 to <9 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/1.0.0b3...8.0.0) --- updated-dependencies: - dependency-name: pytest 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 c830294..2c07b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ release = [ test = [ "crate[sqlalchemy]", "pandas<2.3", - "pytest<8", + "pytest<9", "pytest-asyncio<1", "pytest-cov<5", ] From 3649d7411fedf126e9b759e8d7148c1442ad4099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 04:41:06 +0000 Subject: [PATCH 5/5] Chore(deps-dev): Update validate-pyproject requirement 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.16) --- 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 2c07b1c..d099366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ develop = [ "proselint==0.13", "pyproject-fmt<1.8", "ruff==0.1.14", - "validate-pyproject<0.16", + "validate-pyproject<0.17", ] release = [ "build<2",