From d1da0f5dbf98d4e8524cfd4640ced53f0d947d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:26:45 +0000 Subject: [PATCH] Update pandas requirement from ~=2.2.3 to ~=2.3.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/v2.2.3...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 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 c880621c..375ec454 100644 --- a/examples/requirements.examples.txt +++ b/examples/requirements.examples.txt @@ -1,2 +1,2 @@ codeinsight-sdk==0.0.12 -pandas~=2.2.3 +pandas~=2.3.3