Skip to content

Commit f171230

Browse files
committed
chore(requests): bump requests version
Thanks to [issue](#914) for reporting vulnerability CVE-2024-35195 in requests library. JIRA: TRIVIAL risk: low
1 parent 39efe7c commit f171230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gooddata-dbt/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pyyaml>=5.1
22
attrs>=21.4.0,<=24.2.0
33
cattrs>=22.1.0,<=24.1.1
4-
requests~=2.31.0
4+
requests~=2.32.0
55
tabulate~=0.8.10

gooddata-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pyyaml>=5.1
33
attrs>=21.4.0,<=24.2.0
44
cattrs>=22.1.0,<=24.1.1
55
brotli==1.1.0
6-
requests~=2.31.0
6+
requests~=2.32.0
77
python-dotenv>=1.0.0,<2.0.0

0 commit comments

Comments
 (0)