From c36885daa188ef31794e66adaf2d63c0446a495c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:57:17 +0000 Subject: [PATCH] Bump pydantic from 2.4.0 to 2.11.3 in /scanners/web-scanner Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.0 to 2.11.3. - [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.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.3 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 b45eb5d1a6..ba8f9836dd 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.3 pydantic_core==2.10.0 python-dotenv==0.21.0 requests==2.32.3