From 98e262ed687851e9f9278b8a544e723ba82331e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 19:08:46 +0000 Subject: [PATCH] Update pandas requirement from ~=2.2.0 to ~=2.2.1 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/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.examples.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.examples.txt b/examples/requirements.examples.txt index 1975747..1b05686 100644 --- a/examples/requirements.examples.txt +++ b/examples/requirements.examples.txt @@ -1,2 +1,2 @@ codeinsight-sdk==0.0.11 -pandas~=2.2.0 +pandas~=2.2.1