From 9ee14bee9fe1d3c608f2e29940b38edcf9703e52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 17 Dec 2023 21:16:32 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3172287 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3314966 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315324 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315328 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315331 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315452 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315972 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315975 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3316038 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3316211 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5663682 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5777683 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813745 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813746 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813750 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5914629 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6036192 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6092044 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-5750273 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459 --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index fc398133685..91c9301ab1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,14 +4,14 @@ aws-xray-sdk==2.11.0 ; python_version >= "3.7" and python_version < "4.0" bleach==5.0.1 ; python_version >= "3.7" and python_version < "4.0" boto3==1.26.30 ; python_version >= "3.7" and python_version < "4.0" botocore==1.29.30 ; python_version >= "3.7" and python_version < "4.0" -certifi==2022.12.7 ; python_version >= "3.7" and python_version < "4.0" +certifi==2023.7.22 ; python_version >= "3.7" and python_version < "4.0" cffi==1.15.1 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux" charset-normalizer==2.0.12 ; python_version >= "3.7" and python_version < "4.0" click==8.1.3 ; python_version >= "3.7" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" coverage==6.5.0 ; python_version >= "3.7" and python_version < "4.0" coverage[toml]==6.5.0 ; python_version >= "3.7" and python_version < "4.0" -cryptography==38.0.4 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux" +cryptography==41.0.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux" docutils==0.17.1 ; python_version >= "3.7" and python_version < "4.0" exceptiongroup==1.0.4 ; python_version >= "3.7" and python_version < "3.11" execnet==1.9.0 ; python_version >= "3.7" and python_version < "4.0" @@ -42,7 +42,7 @@ psutil==5.9.4 ; python_version >= "3.7" and python_version < "4.0" pycodestyle==2.7.0 ; python_version >= "3.7" and python_version < "4.0" pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux" pyflakes==2.3.1 ; python_version >= "3.7" and python_version < "4.0" -pygments==2.13.0 ; python_version >= "3.7" and python_version < "4.0" +pygments==2.15.0 ; python_version >= "3.7" and python_version < "4.0" pyrsistent==0.19.2 ; python_version >= "3.7" and python_version < "4.0" pytest-cov==3.0.0 ; python_version >= "3.7" and python_version < "4.0" pytest-recording==0.12.1 ; python_version >= "3.7" and python_version < "4.0" @@ -56,7 +56,7 @@ pywin32==305 ; python_version >= "3.7" and python_version < "4.0" and platform_s pyyaml==6.0 ; python_version >= "3.7" and python_version < "4.0" readme-renderer==37.3 ; python_version >= "3.7" and python_version < "4.0" requests-toolbelt==0.10.1 ; python_version >= "3.7" and python_version < "4.0" -requests==2.27.1 ; python_version >= "3.7" and python_version < "4.0" +requests==2.31.0 ; python_version >= "3.7" and python_version < "4.0" rfc3986==2.0.0 ; python_version >= "3.7" and python_version < "4.0" s3transfer==0.6.0 ; python_version >= "3.7" and python_version < "4.0" secretstorage==3.3.3 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "linux" @@ -67,7 +67,7 @@ tomli==2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6" tqdm==4.64.1 ; python_version >= "3.7" and python_version < "4.0" twine==3.8.0 ; python_version >= "3.7" and python_version < "4.0" typing-extensions==4.4.0 ; python_version >= "3.7" and python_version < "3.8" -urllib3==1.26.13 ; python_version >= "3.7" and python_version < "4.0" +urllib3==1.26.18 ; python_version >= "3.7" and python_version < "4.0" vcrpy==4.2.1 ; python_version >= "3.7" and python_version < "4.0" webencodings==0.5.1 ; python_version >= "3.7" and python_version < "4.0" wrapt==1.14.1 ; python_version >= "3.7" and python_version < "4.0"