ugh move dependency

This commit is contained in:
Kenneth Kehl
2025-07-24 09:13:00 -07:00
parent 70d142cb90
commit 7df39121d4
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View File

@@ -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"

View File

@@ -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"