Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBlaskey committed May 20, 2024
1 parent 0ff1be8 commit 12e1e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_tests/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ddtrace
selenium
# Pexpect for okta testing
pexpect
requests != 2.32.0 # TODO(MD-415) remove this pin.
requests != 2.32.0 # TODO(MD-415) remove this pin.
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<2.32.0", # TODO(MD-415) remove this pin.
"requests<2.32.0", # TODO(MD-415) remove this pin.
"google-cloud-storage",
"lomond>=0.3.3",
"pathspec>=0.6.0",
Expand Down

0 comments on commit 12e1e90

Please sign in to comment.