Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBlaskey committed May 20, 2024
1 parent 7ae2785 commit d5e1612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions e2e_tests/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ ddtrace
selenium
# Pexpect for okta testing
pexpect
requests != 2.32.0 # https://github.com/docker/docker-py/issues/3256
2 changes: 1 addition & 1 deletion harness/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Common:
"certifi",
"filelock",
"requests",
"requests<2.32.0", # https://github.com/docker/docker-py/issues/3256
"google-cloud-storage",
"lomond>=0.3.3",
"pathspec>=0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion harness/tests/requirements/requirements-cli.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mypy==0.910
# responses 0.23.2 requires urllib3>=2, which breaks several other dependencies
responses!=0.23.2
requests_mock
requests<2.32.0 # https://github.com/docker/docker-py/issues/3256

0 comments on commit d5e1612

Please sign in to comment.