Skip to content

Commit

Permalink
Upgrade requests and docker (#196)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thpierce authored May 28, 2024
1 parent 41daf45 commit 461207b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contract-tests/tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies = [
"opentelemetry-sdk==1.22.0",
"testcontainers==3.7.1",
"grpcio==1.60.0",
"docker==7.0.0",
"docker==7.1.0",
"mock-collector==1.0.0",
"requests==2.31.0"
"requests==2.32.2"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 461207b

Please sign in to comment.