From 72f2ccb91ab1195fb6e97a54f17ac627ac6faf39 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 22 Jul 2025 09:42:37 -0700 Subject: [PATCH] revert pip-system-certs --- poetry.lock | 17 +---------------- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3d78823f4..489a5d4cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3215,21 +3215,6 @@ pyparsing = "*" docs = ["Sphinx (>=3.3.1)", "doc8 (>=0.8.1)", "sphinx-rtd-theme (>=0.5.0)"] testing = ["aboutcode-toolkit (>=6.0.0)", "black", "pytest (>=6,!=7.0.0)", "pytest-xdist (>=2)"] -[[package]] -name = "pip-system-certs" -version = "5.2" -description = "Automatically configures Python to use system certificates via truststore" -optional = false -python-versions = ">=3.10" -groups = ["dev"] -files = [ - {file = "pip_system_certs-5.2-py3-none-any.whl", hash = "sha256:e6ef3e106d4d02313e33955c2bcc4c2b143b2da07ef91e28a6805a0c1c512126"}, - {file = "pip_system_certs-5.2.tar.gz", hash = "sha256:80b776b5cf17191bf99d313699b7fce2fdb84eb7bbb225fd134109a82706406f"}, -] - -[package.dependencies] -pip = ">=24.2" - [[package]] name = "pkginfo" version = "1.12.1.2" @@ -5548,4 +5533,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "fc1f421e42daf1e684b531406727942094973fe028cc4bad4d98891845a8deb0" +content-hash = "6abf626cf2fee8ccaaee2087f0cf37244b829e7cbcace1287c7807747e70bd5c" diff --git a/pyproject.toml b/pyproject.toml index b2794dffa..2a0b2880e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,6 @@ isort = "^6.0.1" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} moto = "==5.1.8" pip-audit = "*" -pip-system-certs = "^5.2.0" pre-commit = "^4.2.0" pytest = "^8.4.0" pytest-env = "^1.1.3"