diff --git a/.devcontainer/src/test/regress/Pipfile b/.devcontainer/src/test/regress/Pipfile index c69da4007..74de96af4 100644 --- a/.devcontainer/src/test/regress/Pipfile +++ b/.devcontainer/src/test/regress/Pipfile @@ -4,7 +4,7 @@ url = "https://pypi.python.org/simple" verify_ssl = true [packages] -mitmproxy = {editable = true, ref = "main", git = "https://github.com/citusdata/mitmproxy.git"} +mitmproxy = {editable = true, ref = "ihalatci-patch-1", git = "https://github.com/citusdata/mitmproxy.git"} construct = "*" docopt = "==0.6.2" cryptography = ">=41.0.4" diff --git a/src/test/regress/Pipfile b/src/test/regress/Pipfile index c69da4007..74de96af4 100644 --- a/src/test/regress/Pipfile +++ b/src/test/regress/Pipfile @@ -4,7 +4,7 @@ url = "https://pypi.python.org/simple" verify_ssl = true [packages] -mitmproxy = {editable = true, ref = "main", git = "https://github.com/citusdata/mitmproxy.git"} +mitmproxy = {editable = true, ref = "ihalatci-patch-1", git = "https://github.com/citusdata/mitmproxy.git"} construct = "*" docopt = "==0.6.2" cryptography = ">=41.0.4"