From 9da78daa60698fbef8465017473ebfcf7bcc3ba1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 May 2023 17:51:39 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e319f4..e1e7424 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pygments==2.12.0; python_full_version >= "3.6.3" and python_full_version < "4.0. pyreadline3==3.4.1; sys_platform == "win32" and python_version >= "3.8" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0") \ --hash=sha256:b0efb6516fd4fb07b45949053826a62fa4cb353db5be2bbb4a7aa1fdd1e345fb \ --hash=sha256:6f3d1f7b8a31ba32b73917cefc1f28cc660562f39aea8646d30bd6eff21f7bae -requests==2.28.0; python_version >= "3.7" and python_version < "4" \ +requests==2.31.0; python_version >= "3.7" and python_version < "4" \ --hash=sha256:bc7861137fbce630f17b03d3ad02ad0bf978c844f3536d0edda6499dafce2b6f \ --hash=sha256:d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b rich==12.4.4; python_full_version >= "3.6.3" and python_full_version < "4.0.0" \