From 560e586bcc7669c5af6a6ad090f7c070676c0476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:57:10 +0000 Subject: [PATCH] Bump pydantic from 2.4.0 to 2.11.7 in /scanners/web-scanner Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.0 to 2.11.7. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.4.0...v2.11.7) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scanners/web-scanner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanners/web-scanner/requirements.txt b/scanners/web-scanner/requirements.txt index 43f028b659..131abcde3e 100644 --- a/scanners/web-scanner/requirements.txt +++ b/scanners/web-scanner/requirements.txt @@ -11,7 +11,7 @@ psutil==5.9.8 pyasn1==0.6.0 pyasn1_modules==0.4.0 pycparser==2.21 -pydantic==2.4.0 +pydantic==2.11.7 pydantic_core==2.10.0 python-dotenv==0.21.0 requests==2.32.4