Skip to content

Commit 665d38e

Browse files
authored
deps: bump requests to 2.32.2 (#454)
1 parent f07afda commit 665d38e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

libs/knowledge-graph/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ python-dotenv = "^1.0.1"
3030
ipykernel = "^6.29.4"
3131
ruff = "*"
3232
testcontainers = "~3.7.1"
33-
# https://github.com/psf/requests/issues/6707
34-
requests = "<=2.31.0"
33+
requests = "^2.32.2"
3534
pytest = "^8.1.1"
3635
pytest-asyncio = "^0.23.6"
3736
pytest-dotenv = "^0.5.2"

libs/tests-utils/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ packages = [{ include = "ragstack_tests_utils" }]
1313
python = ">=3.9,<3.13"
1414
cassio = "~0.1.4"
1515
testcontainers = "^3.7.1"
16-
# https://github.com/psf/requests/issues/6707
17-
requests = "<=2.31.0"
16+
requests = "^2.32.2"
1817
pytest = "^7.3.0"
1918

2019

0 commit comments

Comments
 (0)