diff --git a/visidata/Pipfile.lock b/visidata/Pipfile.lock index ed2d2eb5f1b2..95ee6e326697 100644 --- a/visidata/Pipfile.lock +++ b/visidata/Pipfile.lock @@ -301,12 +301,12 @@ }, "requests": { "hashes": [ - "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5", - "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8" + "sha256:21ac9465cdf8c1650fe1ecde8a71669a93d4e6f147550483a2967d08396a56a5", + "sha256:eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==2.32.0" + "version": "==2.32.1" }, "six": { "hashes": [ diff --git a/visidata/requirements.txt b/visidata/requirements.txt index 538e92b1bf69..b097440601c7 100644 --- a/visidata/requirements.txt +++ b/visidata/requirements.txt @@ -6,7 +6,7 @@ idna==3.7; python_version >= '3.5' importlib-metadata==7.1.0; python_version >= '3.8' lxml==5.2.2; python_version >= '3.6' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -requests==2.32.0; python_version >= '3.8' +requests==2.32.1; python_version >= '3.8' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==2.2.1; python_version >= '3.8' visidata==3.0.2; python_version >= '3.7'