diff --git a/Pipfile b/Pipfile index 15b80dd..7e5eaa5 100755 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" certifi = ">=2024.07.04" six = ">=1.10" python-dateutil = ">=2.8.2" -urllib3 = ">=1.25.3, <3.0.0" +urllib3 = ">=2.5.0, <3.0.0" vistir = ">=0.4.0, <=0.6.1" idna = "==3.7" requests = ">=2.32.4" diff --git a/Pipfile.lock b/Pipfile.lock index d9a4497..678eb8f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4d9bba33392a238e18da53c12fc2b7dfd3a69e3830ad2113676b0cb33a34c42c" + "sha256": "b8e94a46b2f9a7e7843c4f028edcce9c52f53e1568585b929aa8ec5adca42d47" }, "pipfile-spec": 6, "requires": { @@ -268,7 +268,7 @@ "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", "version": "==2.9.0.post0" }, "requests": { @@ -286,7 +286,7 @@ "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", "version": "==1.17.0" }, "typing-extensions": { @@ -331,7 +331,7 @@ "sha256:77e284d754527b01fb1e6fa8a1afe577858ebe4e9dad8919e34c862cb399bc34", "sha256:d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991" ], - "markers": "python_version < '3.12'", + "markers": "python_version >= '3.8'", "version": "==1.2.0" }, "certifi": { @@ -480,7 +480,7 @@ "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000", "sha256:e5dd1551894c77868a30651cef00984d50e1002d06942a7101d34870c5f02afd" ], - "markers": "python_version < '3.10'", + "markers": "python_version >= '3.9'", "version": "==8.7.0" }, "jaraco.classes": { @@ -512,7 +512,7 @@ "sha256:0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66", "sha256:552a3f7af126ece7ed5c89753650eec89c7eaae8617d0aa4d9ad2b75111266bd" ], - "markers": "platform_machine != 'ppc64le' and platform_machine != 's390x'", + "markers": "python_version >= '3.9'", "version": "==25.6.0" }, "markdown-it-py": { @@ -726,7 +726,7 @@ "sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a", "sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7" ], - "markers": "python_version < '3.11'", + "markers": "python_version >= '3.8'", "version": "==2.2.1" }, "twine": {