From 7df39121d45d595b3c7530f0d42181e83b077001 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 24 Jul 2025 09:13:00 -0700 Subject: [PATCH] ugh move dependency --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2bd064b7e..bb65217e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4901,7 +4901,7 @@ version = "0.10.1" description = "Verify certificates using native system trust stores" optional = false python-versions = ">=3.10" -groups = ["dev"] +groups = ["main"] files = [ {file = "truststore-0.10.1-py3-none-any.whl", hash = "sha256:b64e6025a409a43ebdd2807b0c41c8bff49ea7ae6550b5087ac6df6619352d4c"}, {file = "truststore-0.10.1.tar.gz", hash = "sha256:eda021616b59021812e800fa0a071e51b266721bef3ce092db8a699e21c63539"}, @@ -5545,4 +5545,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "a9a28ff30cbc32319c2ed2bd386f3daad816b9731ed3abb373301b4a7962d1e7" +content-hash = "dd5db05ed4e52871ec2e380239dc51309673410aa627b6f0abd7987afe8b4575" diff --git a/pyproject.toml b/pyproject.toml index 111141050..ed422242a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,7 @@ flask-socketio = "^5.5.1" virtualenv = "^20.32.0" marshmallow-enum = "^1.5.1" awscli = "^1.40.36" +truststore = "^0.10.1" typing-extensions = "^4.14.1" aiohttp = "^3.12.14" pytest = "^8.4.0" @@ -108,7 +109,6 @@ radon = "^6.0.1" requests-mock = "^1.11.0" setuptools = "^80.9.0" sqlalchemy-utils = "^0.41.2" -truststore = "^0.10.1" vulture = "^2.10" detect-secrets = "^1.5.0" poetry-dotenv-plugin = "^0.2.0"