Skip to content

Commit 461207b

Browse files
authored
Upgrade requests and docker (#196)
Upgrading requests (#192) is failing due to issue in docker, which was fixed in 7.1.0: testcontainers/testcontainers-python#577. By updating both, we expect things to work smoothly. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 41daf45 commit 461207b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contract-tests/tests/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies = [
1414
"opentelemetry-sdk==1.22.0",
1515
"testcontainers==3.7.1",
1616
"grpcio==1.60.0",
17-
"docker==7.0.0",
17+
"docker==7.1.0",
1818
"mock-collector==1.0.0",
19-
"requests==2.31.0"
19+
"requests==2.32.2"
2020
]
2121

2222
[project.optional-dependencies]

0 commit comments

Comments
 (0)