From 3bfc634e9b8f1adf07062407e884bb6036b4ff6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 05:05:23 +0000 Subject: [PATCH] build(deps-dev): update pandas requirement from <2.0,>=1.3 to >=1.3,<3.0 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/v1.3.0...v2.0.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 ae6ad6a..cdf5e09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ write_to = "src/embcompare/_version.py" [project.optional-dependencies] gui = [ "streamlit>=1.12,<2", - "pandas>=1.3,<2.0", + "pandas>=1.3,<3.0", "altair>=4.0,<5.0", "loguru>=0.6,<1.0", ]