diff --git a/visidata/Pipfile.lock b/visidata/Pipfile.lock index 4635e4194403..2e75b414c87c 100644 --- a/visidata/Pipfile.lock +++ b/visidata/Pipfile.lock @@ -268,11 +268,11 @@ }, "urllib3": { "hashes": [ - "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84", - "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e" + "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3", + "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54" ], - "markers": "python_version >= '3.7'", - "version": "==2.0.7" + "markers": "python_version >= '3.8'", + "version": "==2.1.0" }, "visidata": { "hashes": [ diff --git a/visidata/requirements.txt b/visidata/requirements.txt index 3a6a50ad2722..7c2a88fdc055 100644 --- a/visidata/requirements.txt +++ b/visidata/requirements.txt @@ -8,7 +8,7 @@ lxml==4.9.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3 python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' requests==2.31.0; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -urllib3==2.0.7; python_version >= '3.7' +urllib3==2.1.0; python_version >= '3.8' visidata==2.11.1; python_version >= '3.7' wcwidth==0.2.9 zipp==3.17.0; python_version >= '3.8'