From 52e4e6ca3c7f873017702b3d664e2d8a61ea75ab Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Wed, 23 Aug 2023 13:11:20 +0300 Subject: [PATCH] Update requirements.txt (vulnerabilities in deps) https://devhub.checkmarx.com/cve-details/CVE-2021-29510 - pydantic https://devhub.checkmarx.com/cve-details/CVE-2023-32681 - requests --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1307d93..507babc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ plumbum==1.7.2 -requests>=2.25.1 +requests>=2.31.0 filesplit==3.0.2 pulpcore-client==3.16.0 scikit_build==0.12.0 @@ -8,7 +8,7 @@ pyfakefs==4.5.1 cerberus==1.3.3 validators==0.18.2 pyyaml==5.4.1 -pydantic==1.8.1 +pydantic==2.2.1 pexpect==4.8.0 python-gnupg==0.4.8 sentry-sdk==1.12.1