BTHLABS-0000: Updated tls service for 2026 :)

This commit is contained in:
2026-05-27 09:35:45 +02:00
parent dbb01a5225
commit 9565a71bc8
6 changed files with 208 additions and 936 deletions

View File

@@ -206,14 +206,14 @@ zstd = ["zstandard (==0.23.0)"]
[[package]]
name = "certifi"
version = "2025.10.5"
version = "2026.5.20"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.7"
groups = ["main"]
files = [
{file = "certifi-2025.10.5-py3-none-any.whl", hash = "sha256:0f212c2744a9bb6de0c56639a6f68afe01ecd92d91f14ae897c4fe7bbeeef0de"},
{file = "certifi-2025.10.5.tar.gz", hash = "sha256:47c09d31ccf2acf0be3f701ea53595ee7e0b8fa08801c6624be771df09ae7b43"},
{file = "certifi-2026.5.20-py3-none-any.whl", hash = "sha256:3c52e209ba0a4ad7aebe60436a4ab349c39e1e602e8c134221e546902ad25897"},
{file = "certifi-2026.5.20.tar.gz", hash = "sha256:69dea482ab64caa7b9f6aba1c6bf48bb6a5448d1c0f1b17ab42ad8c763a5344d"},
]
[[package]]
@@ -960,6 +960,7 @@ files = []
develop = true
[package.dependencies]
certifi = ">=2026.5.20"
django = "5.2.12"
uuid6 = "2025.0.1"

View File

@@ -8,6 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
certifi = ">=2026.5.20"
django = "5.2.12"
uuid6 = "2025.0.1"

View File

@@ -43,6 +43,18 @@ files = [
astroid = ["astroid (>=2,<4)"]
test = ["astroid (>=2,<4)", "pytest", "pytest-cov", "pytest-xdist"]
[[package]]
name = "certifi"
version = "2026.5.20"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.7"
groups = ["main"]
files = [
{file = "certifi-2026.5.20-py3-none-any.whl", hash = "sha256:3c52e209ba0a4ad7aebe60436a4ab349c39e1e602e8c134221e546902ad25897"},
{file = "certifi-2026.5.20.tar.gz", hash = "sha256:69dea482ab64caa7b9f6aba1c6bf48bb6a5448d1c0f1b17ab42ad8c763a5344d"},
]
[[package]]
name = "colorama"
version = "0.4.6"
@@ -196,6 +208,7 @@ files = []
develop = true
[package.dependencies]
certifi = ">=2026.5.20"
django = "5.2.12"
uuid6 = "2025.0.1"

File diff suppressed because it is too large Load Diff