diff --git a/poetry.lock b/poetry.lock index 85e8eac20..63e76122b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -535,13 +535,13 @@ pyparsing = {version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0 [[package]] name = "hvac" -version = "1.0.2" +version = "1.2.1" description = "HashiCorp Vault API client" optional = false python-versions = ">=3.6.2,<4.0.0" files = [ - {file = "hvac-1.0.2-py3-none-any.whl", hash = "sha256:e8256343de2576b18bc8d49f09a04c728f2a8f3a866825bb413aa4f9ebab1fea"}, - {file = "hvac-1.0.2.tar.gz", hash = "sha256:e4028c5c0ecc7b7fcf6a54d290f99240e5abcdb9ffe442d1c14f061310d4c61c"}, + {file = "hvac-1.2.1-py3-none-any.whl", hash = "sha256:cb87f5724be8fd5f57507f5d5a94e6c42d2675128b460bf3186f966e07d4db78"}, + {file = "hvac-1.2.1.tar.gz", hash = "sha256:c786e3dfa1f35239810e5317cccadbe358f49b8c9001a1f2f68b79a250b9f8a1"}, ] [package.dependencies] @@ -1484,4 +1484,4 @@ test = ["docker"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "92eec997458d9e872857f5fc435744c2fd6cb86a8bcebe6b51e961b888bae7dc" +content-hash = "84e46435ca4cfa6430410f126077f8f9484142382fb7fb7ec97eace9570ee1c8" diff --git a/pyproject.toml b/pyproject.toml index bdb8c8737..e9c5703f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ boto3 = "^1.18.17" cryptography = ">=3.4.7,<42.0.0" gitpython = "^3.1.30" google-api-python-client = "^2.15.0" -hvac = "1.0.2" +hvac = "1.2.1" jinja2 = "^3.0.1" jsonnet = "^0.20.0" jsonschema = "^4.17.3"