Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests-requirements.txt #173

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gustavosantosio
Copy link

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] <support@github.com>

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] <support@github.com>`
@gustavosantosio
Copy link
Author

From afcf238 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] <support@github.com>

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

@edulauer edulauer added the test Related to tests (unit tests, integration tests, etc.) label Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Related to tests (unit tests, integration tests, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants