From d32e4b09dbbe89457f7d876d0c6e1500767b81cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:54:22 +0000 Subject: [PATCH 1/2] Bump pandas from 2.1.3 to 2.1.4 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ae3969..53b68a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "jinja2==3.1.2", - "pandas==2.1.3", + "pandas==2.1.4", "pyyaml==6.0.1", ] dynamic = ["version"] From 42de9b65aef803bd083b3de9b41287930e9dd4da Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 11 Dec 2023 15:54:37 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 5ef9f55..f635a83 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - defusedxml =0.7.1 - coverage - - pandas =2.1.3 + - pandas =2.1.4 - pyyaml =6.0.1 - jinja2 =3.1.2 - paramiko =3.3.1