Skip to content

Commit

Permalink
deps: bump requests to 2.32.2 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored May 31, 2024
1 parent f07afda commit 665d38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions libs/knowledge-graph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ python-dotenv = "^1.0.1"
ipykernel = "^6.29.4"
ruff = "*"
testcontainers = "~3.7.1"
# https://github.com/psf/requests/issues/6707
requests = "<=2.31.0"
requests = "^2.32.2"
pytest = "^8.1.1"
pytest-asyncio = "^0.23.6"
pytest-dotenv = "^0.5.2"
Expand Down
3 changes: 1 addition & 2 deletions libs/tests-utils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ packages = [{ include = "ragstack_tests_utils" }]
python = ">=3.9,<3.13"
cassio = "~0.1.4"
testcontainers = "^3.7.1"
# https://github.com/psf/requests/issues/6707
requests = "<=2.31.0"
requests = "^2.32.2"
pytest = "^7.3.0"


Expand Down

0 comments on commit 665d38e

Please sign in to comment.