This commit is contained in:
2025-10-24 11:12:23 +00:00
parent e5a3f3a3e1
commit 5c46d86788
10 changed files with 261 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "keep-it-secret"
version = "1.2.2"
version = "1.3.0"
description = "Keep It Secret by BTHLabs"
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
maintainers = ["BTHLabs <contact@bthlabs.pl>"]
@@ -17,11 +17,11 @@ hvac = {version = ">=2.1.0", optional = true}
[tool.poetry.group.dev.dependencies]
boto3 = "1.34.8"
flake8 = "6.1.0"
flake8-commas = "2.1.0"
flake8 = "7.3.0"
flake8-commas = "4.0.0"
furo = "2023.9.10"
hvac = "2.1.0"
invoke = "1.7.3"
invoke = "2.2.1"
ipdb = "0.13.13"
ipython = "8.19.0"
moto = "4.2.12"