From afcf2380b82fa962b3bb3f594d8453753829a85a Mon Sep 17 00:00:00 2001 From: Gustavo Santos <45794414+gustavosantosio@users.noreply.github.com> Date: Sat, 22 Feb 2025 06:23:45 -0300 Subject: [PATCH] Update tests-requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pull request resolved a Dependabot alert on requests. Recebi a mensagem do Dependabot logo ao fazer um fork do projeto, para atualizar a versão pois estava desatualizada no requirements: > `--- > updated-dependencies: >- dependency-name: requests > dependency-type: direct:production > ... `Signed-off-by: dependabot[bot] ` --- tests-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests-requirements.txt b/tests-requirements.txt index 281b831..63049bb 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -9,6 +9,6 @@ ijson==3.0.4 openpyxl==3.0.7 jsonschema==4.21.1 PyYAML==6.0.1 -requests==2.31.0 +requests==2.32.2 html2text==2024.2.26 -markdown==3.6.0 \ No newline at end of file +markdown==3.6.0