From 16c1bd59bba4ce0a5066ede38870cc48b735b25d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 04:46:08 +0000 Subject: [PATCH] build(deps): bump pandas from 2.2.3 to 2.3.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.3 to 2.3.3. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sentinel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel/requirements.txt b/sentinel/requirements.txt index ff72dc9..a60182c 100644 --- a/sentinel/requirements.txt +++ b/sentinel/requirements.txt @@ -4,7 +4,7 @@ pydantic==2.10.4 pyyaml==6.0.2 httpx==0.28.1 jinja2==3.1.6 -pandas==2.2.3 +pandas==2.3.3 numpy==1.26.4 scikit-learn==1.5.2 cryptography==48.0.1 \ No newline at end of file