trigger manual hook of pip-system-certs to use system cert stores, related to #34

This commit is contained in:
Florian Förster 2025-07-02 09:36:59 +02:00
parent ccce2c703e
commit 7bd3322733
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "delta-barth" name = "delta-barth"
version = "0.5.11" version = "0.5.12dev1"
description = "workflows and pipelines for the Python-based Plugin of Delta Barth's ERP system" description = "workflows and pipelines for the Python-based Plugin of Delta Barth's ERP system"
authors = [ authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"}, {name = "Florian Förster", email = "f.foerster@d-opt.com"},
@ -74,7 +74,7 @@ directory = "reports/coverage"
[tool.bumpversion] [tool.bumpversion]
current_version = "0.5.11" current_version = "0.5.12dev1"
parse = """(?x) parse = """(?x)
(?P<major>0|[1-9]\\d*)\\. (?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\. (?P<minor>0|[1-9]\\d*)\\.

View File

@ -0,0 +1,3 @@
import pip_system_certs.wrapt_requests
pip_system_certs.wrapt_requests.inject_truststore()