vaultctl 0.2.4__tar.gz → 0.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vaultctl-0.2.4 → vaultctl-0.2.6}/.github/workflows/docker-publish.yaml +5 -5
- {vaultctl-0.2.4 → vaultctl-0.2.6}/.github/workflows/release.yaml +3 -3
- {vaultctl-0.2.4 → vaultctl-0.2.6}/.github/workflows/renovate.yaml +1 -1
- {vaultctl-0.2.4 → vaultctl-0.2.6}/Dockerfile +1 -1
- {vaultctl-0.2.4 → vaultctl-0.2.6}/PKG-INFO +3 -3
- {vaultctl-0.2.4 → vaultctl-0.2.6}/pyproject.toml +5 -5
- {vaultctl-0.2.4 → vaultctl-0.2.6}/uv.lock +41 -41
- {vaultctl-0.2.4 → vaultctl-0.2.6}/.devcontainer/devcontainer-lock.json +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/.devcontainer/devcontainer.json +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/.gitignore +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/.renovaterc.json5 +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/LICENSE +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/README.md +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/__init__.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/commands/__init__.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/commands/backup_raft_snapshot.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/commands/bootstrap.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/commands/login.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/commands/pki/__init__.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/commands/pki/rotate_issuing.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/commands/restore_raft_snapshot.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/main.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/options.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/utils.py +0 -0
- {vaultctl-0.2.4 → vaultctl-0.2.6}/src/vaultctl/version.py +0 -0
|
@@ -37,16 +37,16 @@ jobs:
|
|
|
37
37
|
shell: bash
|
|
38
38
|
|
|
39
39
|
- name: Set up QEMU
|
|
40
|
-
uses: docker/setup-qemu-action@
|
|
40
|
+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
|
|
41
41
|
|
|
42
42
|
- name: Set up Docker Buildx
|
|
43
|
-
uses: docker/setup-buildx-action@
|
|
43
|
+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
|
44
44
|
|
|
45
45
|
- name: Set up Cosign
|
|
46
46
|
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
|
|
47
47
|
|
|
48
48
|
- name: Log in to GitHub Container Registry
|
|
49
|
-
uses: docker/login-action@
|
|
49
|
+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
|
50
50
|
with:
|
|
51
51
|
registry: ghcr.io
|
|
52
52
|
username: ${{ github.actor }}
|
|
@@ -54,7 +54,7 @@ jobs:
|
|
|
54
54
|
|
|
55
55
|
- name: Build and Push Docker Image
|
|
56
56
|
id: build-and-push
|
|
57
|
-
uses: docker/build-push-action@
|
|
57
|
+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
|
|
58
58
|
with:
|
|
59
59
|
context: .
|
|
60
60
|
file: ./Dockerfile
|
|
@@ -77,7 +77,7 @@ jobs:
|
|
|
77
77
|
${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ steps.meta.outputs.name }}@${{ steps.build-and-push.outputs.digest }}
|
|
78
78
|
|
|
79
79
|
- name: Attest build provenance
|
|
80
|
-
uses: actions/attest-build-provenance@
|
|
80
|
+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
|
|
81
81
|
with:
|
|
82
82
|
subject-name: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ steps.meta.outputs.name }}
|
|
83
83
|
subject-digest: ${{ steps.build-and-push.outputs.digest }}
|
|
@@ -16,12 +16,12 @@ jobs:
|
|
|
16
16
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
17
17
|
|
|
18
18
|
- name: Set up Python
|
|
19
|
-
uses: actions/setup-python@
|
|
19
|
+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
|
|
20
20
|
with:
|
|
21
21
|
python-version: "3.14"
|
|
22
22
|
|
|
23
23
|
- name: Install uv
|
|
24
|
-
uses: astral-sh/setup-uv@
|
|
24
|
+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
|
|
25
25
|
|
|
26
26
|
- name: Get project name and version from pyproject.toml
|
|
27
27
|
id: meta
|
|
@@ -45,7 +45,7 @@ jobs:
|
|
|
45
45
|
uv publish
|
|
46
46
|
|
|
47
47
|
- name: Create GitHub Release
|
|
48
|
-
uses: softprops/action-gh-release@
|
|
48
|
+
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
|
|
49
49
|
with:
|
|
50
50
|
tag_name: v${{ steps.meta.outputs.version }}
|
|
51
51
|
name: v${{ steps.meta.outputs.version }}
|
|
@@ -59,7 +59,7 @@ jobs:
|
|
|
59
59
|
token: ${{ steps.app-token.outputs.token }}
|
|
60
60
|
|
|
61
61
|
- name: Run Renovate
|
|
62
|
-
uses: renovatebot/github-action@
|
|
62
|
+
uses: renovatebot/github-action@3064367f740a1a91cca218698a63902689cce200 # v46.1.20
|
|
63
63
|
env:
|
|
64
64
|
LOG_LEVEL: ${{ inputs.logLevel || 'debug' }}
|
|
65
65
|
RENOVATE_AUTODISCOVER: true
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vaultctl
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.6
|
|
4
4
|
Summary: vaultctl is a command-line interface (CLI) tool designed to facilitate operations with HashiCorp Vault.
|
|
5
5
|
Author-email: d4rkfella <georgi.panov@darkfellanetwork.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
License-File: LICENSE
|
|
8
8
|
Requires-Python: <4.0,>=3.14
|
|
9
|
-
Requires-Dist: boto3==1.43.
|
|
9
|
+
Requires-Dist: boto3==1.43.51
|
|
10
10
|
Requires-Dist: botocore[crt]
|
|
11
11
|
Requires-Dist: cryptography==49.0.0
|
|
12
12
|
Requires-Dist: hvac==2.4
|
|
13
|
-
Requires-Dist: typer==0.
|
|
13
|
+
Requires-Dist: typer==0.27.0
|
|
14
14
|
Requires-Dist: validators==0.35.0
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "vaultctl"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.6"
|
|
4
4
|
description = "vaultctl is a command-line interface (CLI) tool designed to facilitate operations with HashiCorp Vault."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = { text = "MIT" }
|
|
@@ -9,11 +9,11 @@ authors = [
|
|
|
9
9
|
]
|
|
10
10
|
requires-python = ">=3.14,<4.0"
|
|
11
11
|
dependencies = [
|
|
12
|
-
"typer==0.
|
|
12
|
+
"typer==0.27.0",
|
|
13
13
|
"validators==0.35.0",
|
|
14
14
|
"hvac==2.4",
|
|
15
15
|
"cryptography==49.0.0",
|
|
16
|
-
"boto3==1.43.
|
|
16
|
+
"boto3==1.43.51",
|
|
17
17
|
"botocore[crt]",
|
|
18
18
|
]
|
|
19
19
|
|
|
@@ -29,8 +29,8 @@ packages = ["src/vaultctl"]
|
|
|
29
29
|
|
|
30
30
|
[dependency-groups]
|
|
31
31
|
dev = [
|
|
32
|
-
"types-hvac==2.4.0.
|
|
33
|
-
"mypy-boto3-s3==1.43.
|
|
32
|
+
"types-hvac==2.4.0.20260718",
|
|
33
|
+
"mypy-boto3-s3==1.43.50",
|
|
34
34
|
]
|
|
35
35
|
|
|
36
36
|
[tool.ruff]
|
|
@@ -13,57 +13,57 @@ wheels = [
|
|
|
13
13
|
|
|
14
14
|
[[package]]
|
|
15
15
|
name = "awscrt"
|
|
16
|
-
version = "0.
|
|
16
|
+
version = "0.36.0"
|
|
17
17
|
source = { registry = "https://pypi.org/simple" }
|
|
18
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
18
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6a/7d/fd87588cffbef8fbdb8436f14fa673ee3735cf8600a1a2a36ef78718cfd6/awscrt-0.36.0.tar.gz", hash = "sha256:ad2198461f3b2a2851f37891d75dcb9173bfe2474d8550ad6260bf9970b4064a", size = 37058473, upload-time = "2026-07-16T19:36:20.843Z" }
|
|
19
19
|
wheels = [
|
|
20
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
21
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
22
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
23
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
24
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
25
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
26
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
27
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
28
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
29
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
30
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
31
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
32
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
33
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
34
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
35
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
36
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
37
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
38
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/b7/37/1dd6a63dc5325bdb36f082490fd770aec1fd6565d1aaacb3ff9fd9c2bad7/awscrt-0.36.0-cp311-abi3-macosx_10_15_universal2.whl", hash = "sha256:1f6dbe7fd755d981c6492f6ad08775060e86e9ccb7d84f6725e4444cee14bf5c", size = 5148128, upload-time = "2026-07-16T19:35:17.537Z" },
|
|
21
|
+
{ url = "https://files.pythonhosted.org/packages/78/e6/3ecfa5ad2023bc7e897ccd9f09e6d30d34448c9fddbdb2f7549f7964784e/awscrt-0.36.0-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:900eb2cf518a3f1c7e9c4ebc320f5a3fac891208992b9428da76e3f0fb0300a5", size = 3972156, upload-time = "2026-07-16T19:35:19.025Z" },
|
|
22
|
+
{ url = "https://files.pythonhosted.org/packages/0a/94/a5fc3f83e4178f20f4e75fbecfaefc1c8d5a1d848eeba100c46226bf966e/awscrt-0.36.0-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bf8bafef584f9d5fead3a88f3b86e0aea957c85ecab5243d0c47858ea3d9b39a", size = 4264588, upload-time = "2026-07-16T19:35:20.437Z" },
|
|
23
|
+
{ url = "https://files.pythonhosted.org/packages/42/8d/0c3d1ea026a20be02a0586dd31c41018a98ec7e52701b1ff68c408e79d09/awscrt-0.36.0-cp311-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:1608b45260678aeb4aabdf5f0c69799cb801304b50d065891f96a474e053f908", size = 3880158, upload-time = "2026-07-16T19:35:21.971Z" },
|
|
24
|
+
{ url = "https://files.pythonhosted.org/packages/cb/58/870c1a5adc6d0675e8a4cbb39ea7070ec2860a82b4fa71416bc18cc2f805/awscrt-0.36.0-cp311-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:a950c3b4082a687f7e76accc01f937113c6febe13a790856381314323e6a8d03", size = 4121252, upload-time = "2026-07-16T19:35:23.442Z" },
|
|
25
|
+
{ url = "https://files.pythonhosted.org/packages/2a/85/a06708ee6caf8d0281a9a7c5f73ec36d5471dda37ccd0b630933c869fa4e/awscrt-0.36.0-cp311-abi3-win32.whl", hash = "sha256:b195103c3b87f02a2c2f278281a64e35dfe57d03d92017097adeb31332731459", size = 4167298, upload-time = "2026-07-16T19:35:24.86Z" },
|
|
26
|
+
{ url = "https://files.pythonhosted.org/packages/d6/0a/3fa90ed5283aba9c41f3ea657a4bc71addf6eda0fe85d05aff338f159a53/awscrt-0.36.0-cp311-abi3-win_amd64.whl", hash = "sha256:d4b391736d15f44d452bef0372997c418af44c83d0a11953d0e18a5fd937ba0f", size = 4337077, upload-time = "2026-07-16T19:35:26.236Z" },
|
|
27
|
+
{ url = "https://files.pythonhosted.org/packages/69/68/355a9c06805f14ac4e1ac1bdf81c8e50d1308dd8c1ea73ae8b3ff35a09ac/awscrt-0.36.0-cp313-abi3-macosx_10_15_universal2.whl", hash = "sha256:0ef852c7bd977402f2c82959d9b6c68e39c74bca885d4578cec86e6a3b60c864", size = 5146650, upload-time = "2026-07-16T19:35:27.565Z" },
|
|
28
|
+
{ url = "https://files.pythonhosted.org/packages/93/fb/982bb2798550c469e1fe8ff3b368dbc458f82187a82c38ce6b61456a7a94/awscrt-0.36.0-cp313-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:01a55a4de4d3d915714590bd50cd3cc430e8f5bce78a4c6b6308c6a7f513ca12", size = 3962528, upload-time = "2026-07-16T19:35:29.166Z" },
|
|
29
|
+
{ url = "https://files.pythonhosted.org/packages/4d/91/a607e1c70a56bc33008b4a2829334e1b319cf9056419784aaed24dbad9c9/awscrt-0.36.0-cp313-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6dba4e0ec0aeec18ecf534081c02357794b89d8a7e12d83f6c970f9d90b1ff0a", size = 4258010, upload-time = "2026-07-16T19:35:30.606Z" },
|
|
30
|
+
{ url = "https://files.pythonhosted.org/packages/3c/ed/57655a46f64a7a5d384248a16ad624d2aac076b8a0e759f3e820a30543d0/awscrt-0.36.0-cp313-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:63b726ee7165c5f13ffdd8c57402538a59d01dbc1eeec4eaef75790dbb4ce4d9", size = 3872506, upload-time = "2026-07-16T19:35:32.017Z" },
|
|
31
|
+
{ url = "https://files.pythonhosted.org/packages/06/c7/7963d182695a1a13597d8c1df36364595475eaba26af176a5d892e8199a6/awscrt-0.36.0-cp313-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:74e8419f3ab6770082a5a7af267508c72af10b7352bae17b284800ba8e6ec13b", size = 4116622, upload-time = "2026-07-16T19:35:33.477Z" },
|
|
32
|
+
{ url = "https://files.pythonhosted.org/packages/7a/2f/dbefbf49c797a4fc0698f9f5ef51ec6725cc46755e8ce8ecadad07efe64a/awscrt-0.36.0-cp313-abi3-win32.whl", hash = "sha256:ef8e655ffaf245a2d4a5c6ca9a1da12fe72cf43c70457dd07f6e0b162ffed164", size = 4163785, upload-time = "2026-07-16T19:35:35.006Z" },
|
|
33
|
+
{ url = "https://files.pythonhosted.org/packages/54/b4/710ec9200b10bb3a39eb3308723fb7ee86622e57a2a8b18532e37c191b7a/awscrt-0.36.0-cp313-abi3-win_amd64.whl", hash = "sha256:e1329d9e6b4e1051bf094130fc40d9790cd6986b529bbe8a8bf65ae4fb559d30", size = 4333718, upload-time = "2026-07-16T19:35:36.431Z" },
|
|
34
|
+
{ url = "https://files.pythonhosted.org/packages/8f/43/98fa9bd741ce4e46e9701ee2247635aa5ccfb9fbcf0e5922ab14ff91306d/awscrt-0.36.0-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:4c1a10d5f33a6c3fb1e39474242c6761b9f607c048e688b344acf95354053d65", size = 5155758, upload-time = "2026-07-16T19:35:45.687Z" },
|
|
35
|
+
{ url = "https://files.pythonhosted.org/packages/df/da/b21fff2240b8185afcced69912db6231ff62545e428bc70248c196f73f48/awscrt-0.36.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:b76cb47f2ed5c0bf989541ee80ab8f35d9a392d30b5de1e24b17d655e2f63da5", size = 4094173, upload-time = "2026-07-16T19:35:47.317Z" },
|
|
36
|
+
{ url = "https://files.pythonhosted.org/packages/4d/9c/b4ecc77494e5930f0bca50ba9b8c9f973ac477e0233c83126cfb81c85327/awscrt-0.36.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bfc4039bc8ee9924d9dfc1558d073305d5d1f0046e87d7773826901d0f0f0792", size = 4384153, upload-time = "2026-07-16T19:35:48.931Z" },
|
|
37
|
+
{ url = "https://files.pythonhosted.org/packages/bf/48/ed0f2b0cb2cb5b7fbb89f14574c7b4bb5f7584072054523c3d4424be693e/awscrt-0.36.0-cp314-cp314t-win32.whl", hash = "sha256:2c8ebe57a6d8a329b57b480357767da1ae3af49d243727e826c3317da09397a5", size = 4301556, upload-time = "2026-07-16T19:35:50.48Z" },
|
|
38
|
+
{ url = "https://files.pythonhosted.org/packages/85/a3/9f36da2b735b896c4eb5455d858c4bca80eeadcf6bbfdfafd189de46830f/awscrt-0.36.0-cp314-cp314t-win_amd64.whl", hash = "sha256:edc9814c5ddf4b49e9b4dc5f424b7172afc07a2f7b655338a25d6c87620d2b89", size = 4479687, upload-time = "2026-07-16T19:35:52.014Z" },
|
|
39
39
|
]
|
|
40
40
|
|
|
41
41
|
[[package]]
|
|
42
42
|
name = "boto3"
|
|
43
|
-
version = "1.43.
|
|
43
|
+
version = "1.43.51"
|
|
44
44
|
source = { registry = "https://pypi.org/simple" }
|
|
45
45
|
dependencies = [
|
|
46
46
|
{ name = "botocore" },
|
|
47
47
|
{ name = "jmespath" },
|
|
48
48
|
{ name = "s3transfer" },
|
|
49
49
|
]
|
|
50
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
50
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a2/4f/b93620c09e81b8dd28558e73862d7b61f938c5a9db9366fab4b0bb53512f/boto3-1.43.51.tar.gz", hash = "sha256:b5a416cc703db73b69b22bef563c89c1fb14a4b10a93628d3c7abc4dd1aaf979", size = 112649, upload-time = "2026-07-17T19:33:23.358Z" }
|
|
51
51
|
wheels = [
|
|
52
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
52
|
+
{ url = "https://files.pythonhosted.org/packages/85/7e/86204db9235f08e051a83e039ec5af209211e3ac51ed3644c4350c150b72/boto3-1.43.51-py3-none-any.whl", hash = "sha256:a97057bb609fd38c80448db6a93db770786775dabd651401debf09816d4553d7", size = 140030, upload-time = "2026-07-17T19:33:21.381Z" },
|
|
53
53
|
]
|
|
54
54
|
|
|
55
55
|
[[package]]
|
|
56
56
|
name = "botocore"
|
|
57
|
-
version = "1.43.
|
|
57
|
+
version = "1.43.51"
|
|
58
58
|
source = { registry = "https://pypi.org/simple" }
|
|
59
59
|
dependencies = [
|
|
60
60
|
{ name = "jmespath" },
|
|
61
61
|
{ name = "python-dateutil" },
|
|
62
62
|
{ name = "urllib3" },
|
|
63
63
|
]
|
|
64
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
64
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e6/f5/5a6b4fe037ba689fd4a9eaf31af8b681e4c1eb82debc470d18dec99eac62/botocore-1.43.51.tar.gz", hash = "sha256:e0e5e88585fdb01dcb6b533ac2dd3f18d5d45092a14ccbfd330e3576a4152128", size = 15713861, upload-time = "2026-07-17T19:33:12.101Z" }
|
|
65
65
|
wheels = [
|
|
66
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
66
|
+
{ url = "https://files.pythonhosted.org/packages/38/ca/9080b2f261ad9209e4d790b4282951df46274f786edb5c416a27fb18f4c6/botocore-1.43.51-py3-none-any.whl", hash = "sha256:7c2c538c932bddc95834e177ce6f91dcc388c6a7934b4f8d0db13caa30e3e543", size = 15399252, upload-time = "2026-07-17T19:33:08.808Z" },
|
|
67
67
|
]
|
|
68
68
|
|
|
69
69
|
[package.optional-dependencies]
|
|
@@ -266,11 +266,11 @@ wheels = [
|
|
|
266
266
|
|
|
267
267
|
[[package]]
|
|
268
268
|
name = "mypy-boto3-s3"
|
|
269
|
-
version = "1.43.
|
|
269
|
+
version = "1.43.50"
|
|
270
270
|
source = { registry = "https://pypi.org/simple" }
|
|
271
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
271
|
+
sdist = { url = "https://files.pythonhosted.org/packages/97/e6/83141bd1cb8e060ecfd98ba23cfc295eae0123194add7d02e16d6d7e211e/mypy_boto3_s3-1.43.50.tar.gz", hash = "sha256:206817d22e80795da35daf704225f2e2a2b561fa4bf8c609f2150b04800ae811", size = 78807, upload-time = "2026-07-16T19:56:32.496Z" }
|
|
272
272
|
wheels = [
|
|
273
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
273
|
+
{ url = "https://files.pythonhosted.org/packages/9e/f4/39480da24fe26490234d081bc36b967a6ed1b592507d459a94338558bc35/mypy_boto3_s3-1.43.50-py3-none-any.whl", hash = "sha256:778aa2a48314ea47aeccca48ae151fe208b48d568d02578494b7201621ff2d6a", size = 86184, upload-time = "2026-07-16T19:56:30.283Z" },
|
|
274
274
|
]
|
|
275
275
|
|
|
276
276
|
[[package]]
|
|
@@ -363,7 +363,7 @@ wheels = [
|
|
|
363
363
|
|
|
364
364
|
[[package]]
|
|
365
365
|
name = "typer"
|
|
366
|
-
version = "0.
|
|
366
|
+
version = "0.27.0"
|
|
367
367
|
source = { registry = "https://pypi.org/simple" }
|
|
368
368
|
dependencies = [
|
|
369
369
|
{ name = "annotated-doc" },
|
|
@@ -371,21 +371,21 @@ dependencies = [
|
|
|
371
371
|
{ name = "rich" },
|
|
372
372
|
{ name = "shellingham" },
|
|
373
373
|
]
|
|
374
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
374
|
+
sdist = { url = "https://files.pythonhosted.org/packages/37/78/fda3361b56efc27944f24225f6ecd13d96d6fcfe37bd0eb34e2f4c63f9fc/typer-0.27.0.tar.gz", hash = "sha256:629bd12ea5d13a17148125d9a264f949eb171fb3f120f9b04d85873cab054fa5", size = 203430, upload-time = "2026-07-15T19:21:07.007Z" }
|
|
375
375
|
wheels = [
|
|
376
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
376
|
+
{ url = "https://files.pythonhosted.org/packages/40/03/26a383c9e58c213199d1aad1c3d353cfc22d4444ec6d2c0bf8ad02523843/typer-0.27.0-py3-none-any.whl", hash = "sha256:6f4b27631e47f077871b7dc30e933ec0131c1390fbe0e387ea5574b5bac9ccf1", size = 122716, upload-time = "2026-07-15T19:21:05.553Z" },
|
|
377
377
|
]
|
|
378
378
|
|
|
379
379
|
[[package]]
|
|
380
380
|
name = "types-hvac"
|
|
381
|
-
version = "2.4.0.
|
|
381
|
+
version = "2.4.0.20260718"
|
|
382
382
|
source = { registry = "https://pypi.org/simple" }
|
|
383
383
|
dependencies = [
|
|
384
384
|
{ name = "requests" },
|
|
385
385
|
]
|
|
386
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
386
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c0/14/2b908471c2c0d61a2e8d21ec837b7dd02a3e0f9d99fbf840ad8ac724c268/types_hvac-2.4.0.20260718.tar.gz", hash = "sha256:cebadb8a733015e7497756c138c0c9ac1f51fe7b1daa9aaba6d8c4a4f239ea60", size = 24766, upload-time = "2026-07-18T04:36:11.067Z" }
|
|
387
387
|
wheels = [
|
|
388
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
388
|
+
{ url = "https://files.pythonhosted.org/packages/ee/35/bcec28247fc02f0e1f039d00da915446759e67007b3391cfa77f9a30937f/types_hvac-2.4.0.20260718-py3-none-any.whl", hash = "sha256:05ddb66d9b4bf0ced98f8e5240409f41828605d035781c580bf227ff1d98d728", size = 42645, upload-time = "2026-07-18T04:36:10.037Z" },
|
|
389
389
|
]
|
|
390
390
|
|
|
391
391
|
[[package]]
|
|
@@ -408,7 +408,7 @@ wheels = [
|
|
|
408
408
|
|
|
409
409
|
[[package]]
|
|
410
410
|
name = "vaultctl"
|
|
411
|
-
version = "0.2.
|
|
411
|
+
version = "0.2.5"
|
|
412
412
|
source = { editable = "." }
|
|
413
413
|
dependencies = [
|
|
414
414
|
{ name = "boto3" },
|
|
@@ -427,16 +427,16 @@ dev = [
|
|
|
427
427
|
|
|
428
428
|
[package.metadata]
|
|
429
429
|
requires-dist = [
|
|
430
|
-
{ name = "boto3", specifier = "==1.43.
|
|
430
|
+
{ name = "boto3", specifier = "==1.43.51" },
|
|
431
431
|
{ name = "botocore", extras = ["crt"] },
|
|
432
432
|
{ name = "cryptography", specifier = "==49.0.0" },
|
|
433
433
|
{ name = "hvac", specifier = "==2.4" },
|
|
434
|
-
{ name = "typer", specifier = "==0.
|
|
434
|
+
{ name = "typer", specifier = "==0.27.0" },
|
|
435
435
|
{ name = "validators", specifier = "==0.35.0" },
|
|
436
436
|
]
|
|
437
437
|
|
|
438
438
|
[package.metadata.requires-dev]
|
|
439
439
|
dev = [
|
|
440
|
-
{ name = "mypy-boto3-s3", specifier = "==1.43.
|
|
441
|
-
{ name = "types-hvac", specifier = "==2.4.0.
|
|
440
|
+
{ name = "mypy-boto3-s3", specifier = "==1.43.50" },
|
|
441
|
+
{ name = "types-hvac", specifier = "==2.4.0.20260718" },
|
|
442
442
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|