diff --git a/external_tester/Pipfile.lock b/external_tester/Pipfile.lock index 95fc6f0d..4564385c 100644 --- a/external_tester/Pipfile.lock +++ b/external_tester/Pipfile.lock @@ -49,11 +49,12 @@ }, "urllib3": { "hashes": [ - "sha256:753a0374df26658f99d826cfe40394a686d05985786d946fbe4165b5148f5a7c", - "sha256:a7acd0977125325f516bda9735fa7142b909a8d01e8b2e4c8108d0984e6e0098" + "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", + "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", - "version": "==1.26.5" + "index": "pypi", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", + "version": "==1.26.18" }, "websocket-client": { "hashes": [ diff --git a/external_tester/requirements.txt b/external_tester/requirements.txt index c33c76f5..0fd49de5 100644 --- a/external_tester/requirements.txt +++ b/external_tester/requirements.txt @@ -1,14 +1,7 @@ -# -# These requirements were autogenerated by pipenv -# To regenerate from the project's Pipfile, run: -# -# pipenv lock --requirements -# - -i https://pypi.python.org/simple -certifi==2023.7.22 +certifi==2021.5.30 chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -requests==2.31.0 -urllib3==1.26.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' +requests==2.25.1 +urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' websocket-client==1.1.0