ops-cli 2.3.0__py3-none-any.whl → 2.3.2__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: ops-cli
3
- Version: 2.3.0
3
+ Version: 2.3.2
4
4
  Summary: Ops - wrapper for Terraform, Ansible, and SSH for cloud automation
5
5
  Home-page: https://github.com/adobe/ops-cli
6
6
  Author: Adobe
@@ -26,12 +26,12 @@ License-File: LICENSE
26
26
  Requires-Dist: adal==1.2.7
27
27
  Requires-Dist: ansible==8.7.0; python_version >= "3.9"
28
28
  Requires-Dist: ansible-core==2.15.13; python_version >= "3.9"
29
- Requires-Dist: awscli==1.32.6; python_version >= "3.8"
29
+ Requires-Dist: awscli==1.42.30; python_version >= "3.9"
30
30
  Requires-Dist: azure==4.0.0
31
31
  Requires-Dist: azure-applicationinsights==0.1.1
32
32
  Requires-Dist: azure-batch==4.1.3
33
33
  Requires-Dist: azure-common==1.1.28
34
- Requires-Dist: azure-core==1.32.0; python_version >= "3.8"
34
+ Requires-Dist: azure-core==1.36.0; python_version >= "3.9"
35
35
  Requires-Dist: azure-cosmosdb-nspkg==2.0.2
36
36
  Requires-Dist: azure-cosmosdb-table==1.0.6
37
37
  Requires-Dist: azure-datalake-store==0.0.53
@@ -110,58 +110,56 @@ Requires-Dist: azure-storage-blob==1.5.0
110
110
  Requires-Dist: azure-storage-common==1.4.2
111
111
  Requires-Dist: azure-storage-file==1.4.0
112
112
  Requires-Dist: azure-storage-queue==1.4.0
113
- Requires-Dist: backports.functools-lru-cache==1.6.6; python_version >= "2.6"
114
- Requires-Dist: boto3==1.34.6; python_version >= "3.8"
115
- Requires-Dist: botocore==1.34.6; python_version >= "3.8"
116
- Requires-Dist: cachetools==5.5.0; python_version >= "3.7"
117
- Requires-Dist: certifi==2024.12.14; python_version >= "3.6"
118
- Requires-Dist: cffi==1.17.1; python_version >= "3.8"
119
- Requires-Dist: charset-normalizer==3.4.1; python_version >= "3.7"
120
- Requires-Dist: colorama==0.4.4; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4"
121
- Requires-Dist: cryptography==44.0.0; python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1"
122
- Requires-Dist: deepmerge==1.1.1
123
- Requires-Dist: docutils==0.16; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4"
113
+ Requires-Dist: boto3==1.40.30; python_version >= "3.9"
114
+ Requires-Dist: botocore==1.40.30; python_version >= "3.9"
115
+ Requires-Dist: cachetools==6.2.1; python_version >= "3.9"
116
+ Requires-Dist: certifi==2025.11.12; python_version >= "3.7"
117
+ Requires-Dist: cffi==2.0.0; python_version >= "3.9"
118
+ Requires-Dist: charset-normalizer==3.4.4; python_version >= "3.7"
119
+ Requires-Dist: colorama==0.4.6; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6"
120
+ Requires-Dist: cryptography==46.0.3; python_version >= "3.8" and python_full_version not in "3.9.0, 3.9.1"
121
+ Requires-Dist: deepmerge==2.0; python_version >= "3.8"
122
+ Requires-Dist: docutils==0.19; python_version >= "3.7"
123
+ Requires-Dist: durationpy==0.10
124
124
  Requires-Dist: gitdb==4.0.12; python_version >= "3.7"
125
- Requires-Dist: gitpython==3.1.44; python_version >= "3.7"
126
- Requires-Dist: google-auth==2.37.0; python_version >= "3.7"
125
+ Requires-Dist: gitpython==3.1.45; python_version >= "3.7"
126
+ Requires-Dist: google-auth==2.43.0; python_version >= "3.7"
127
127
  Requires-Dist: hashmerge==0.2
128
- Requires-Dist: himl==0.15.2; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
128
+ Requires-Dist: himl==0.18.0; python_version >= "3.9"
129
129
  Requires-Dist: hvac==1.2.1; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
130
- Requires-Dist: idna==3.10; python_version >= "3.6"
130
+ Requires-Dist: idna==3.11; python_version >= "3.8"
131
131
  Requires-Dist: inflection==0.5.1; python_version >= "3.5"
132
132
  Requires-Dist: isodate==0.7.2; python_version >= "3.7"
133
- Requires-Dist: jinja2==3.1.4; python_version >= "3.7"
133
+ Requires-Dist: jinja2==3.1.6; python_version >= "3.7"
134
134
  Requires-Dist: jmespath==1.0.1; python_version >= "3.7"
135
- Requires-Dist: kubernetes==26.1.0; python_version >= "3.6"
136
- Requires-Dist: lru-cache==0.2.3
137
- Requires-Dist: markupsafe==3.0.2; python_version >= "3.9"
138
- Requires-Dist: msal==1.31.1; python_version >= "3.7"
135
+ Requires-Dist: kubernetes==33.1.0; python_version >= "3.6"
136
+ Requires-Dist: markupsafe==3.0.3; python_version >= "3.9"
137
+ Requires-Dist: msal==1.34.0; python_version >= "3.8"
139
138
  Requires-Dist: msrest==0.7.1; python_version >= "3.6"
140
139
  Requires-Dist: msrestazure==0.6.4
141
- Requires-Dist: oauthlib==3.2.2; python_version >= "3.6"
142
- Requires-Dist: packaging==24.2; python_version >= "3.8"
140
+ Requires-Dist: oauthlib==3.3.1; python_version >= "3.8"
141
+ Requires-Dist: packaging==25.0; python_version >= "3.8"
143
142
  Requires-Dist: passgen==1.1.1
144
143
  Requires-Dist: pathlib2==2.3.7.post1
145
144
  Requires-Dist: pyasn1==0.6.1; python_version >= "3.8"
146
- Requires-Dist: pyasn1-modules==0.4.1; python_version >= "3.8"
147
- Requires-Dist: pycparser==2.22; python_version >= "3.8"
145
+ Requires-Dist: pyasn1-modules==0.4.2; python_version >= "3.8"
146
+ Requires-Dist: pycparser==2.23; python_version >= "3.8"
148
147
  Requires-Dist: pyhcl==0.4.5
149
148
  Requires-Dist: pyjwt[crypto]==2.10.1; python_version >= "3.9"
150
149
  Requires-Dist: python-consul==1.1.0
151
150
  Requires-Dist: python-dateutil==2.9.0.post0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2"
152
151
  Requires-Dist: pyyaml==6.0.1; python_version >= "3.6"
153
- Requires-Dist: requests==2.32.3; python_version >= "3.8"
152
+ Requires-Dist: requests==2.32.5; python_version >= "3.9"
154
153
  Requires-Dist: requests-oauthlib==2.0.0; python_version >= "3.4"
155
154
  Requires-Dist: resolvelib==1.0.1
156
155
  Requires-Dist: rsa==4.7.2; python_version >= "3.5" and python_version < "4"
157
- Requires-Dist: s3transfer==0.10.4; python_version >= "3.8"
158
- Requires-Dist: setuptools==75.8.0; python_version >= "3.9"
156
+ Requires-Dist: s3transfer==0.14.0; python_version >= "3.9"
159
157
  Requires-Dist: simpledi==0.4.1
160
158
  Requires-Dist: six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2"
161
159
  Requires-Dist: smmap==5.0.2; python_version >= "3.7"
162
- Requires-Dist: typing-extensions==4.12.2; python_version >= "3.8"
163
- Requires-Dist: urllib3==2.0.7; python_version >= "3.7"
164
- Requires-Dist: websocket-client==1.8.0; python_version >= "3.8"
160
+ Requires-Dist: typing-extensions==4.15.0; python_version >= "3.9"
161
+ Requires-Dist: urllib3==2.5.0; python_version >= "3.9"
162
+ Requires-Dist: websocket-client==1.9.0; python_version >= "3.9"
165
163
  Dynamic: author
166
164
  Dynamic: author-email
167
165
  Dynamic: classifier
@@ -169,6 +167,7 @@ Dynamic: description
169
167
  Dynamic: description-content-type
170
168
  Dynamic: home-page
171
169
  Dynamic: license
170
+ Dynamic: license-file
172
171
  Dynamic: requires-dist
173
172
  Dynamic: requires-python
174
173
  Dynamic: summary
@@ -326,7 +325,7 @@ workon ops
326
325
  # uninstall previous `ops` version (if you have it)
327
326
  pip uninstall ops --yes
328
327
 
329
- # install ops-cli v2.3.0 stable release
328
+ # install ops-cli v2.3.2 stable release
330
329
  pip install --upgrade ops-cli
331
330
  ```
332
331
 
@@ -342,7 +341,7 @@ You can try out `ops-cli`, by using docker. The docker image has all required pr
342
341
 
343
342
  To start out a container, running the latest `ops-cli` docker image run:
344
343
  ```sh
345
- docker run -it ghcr.io/adobe/ops-cli:2.3.0 bash
344
+ docker run -it ghcr.io/adobe/ops-cli:2.3.2 bash
346
345
  ```
347
346
 
348
347
  After the container has started, you can start using `ops-cli`:
@@ -51,9 +51,9 @@ ops/inventory/plugin/skms.py,sha256=pFMpvfbXCf0KPgEOj5oAD7UzpUZ5zL1lcN4wESOjPuI,
51
51
  ops/jinja/__init__.py,sha256=Nvmvb1edSAehNKYyroo26Jrxjzbu_TOCBS8Y9mMEOyA,1743
52
52
  ops/terraform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
53
  ops/terraform/terraform_cmd_generator.py,sha256=5yfzS7aOOjVDUYHwBadFvPjWKEFJWk9SEOhTZHywlG0,21728
54
- ops_cli-2.3.0.dist-info/LICENSE,sha256=ff5lJoiLrFF1nJn5pRJiuicRqMEqBn8hgWCd2aQGa4Q,11335
55
- ops_cli-2.3.0.dist-info/METADATA,sha256=fiCNonTcwfXYBj8vytZW3M66vBrCovowBpgYhv8AAXE,39904
56
- ops_cli-2.3.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
57
- ops_cli-2.3.0.dist-info/entry_points.txt,sha256=maaS2Tf8WvxMXckssedK13LXegD9jgHB2AT8xiEfVpQ,37
58
- ops_cli-2.3.0.dist-info/top_level.txt,sha256=enC05wWafSg8iDKIvj3gvtAtEP2kYCyN5Gmd689q-_I,4
59
- ops_cli-2.3.0.dist-info/RECORD,,
54
+ ops_cli-2.3.2.dist-info/licenses/LICENSE,sha256=ff5lJoiLrFF1nJn5pRJiuicRqMEqBn8hgWCd2aQGa4Q,11335
55
+ ops_cli-2.3.2.dist-info/METADATA,sha256=13GutjCCiMo4GbiuopTOSPjjy-SHlBLWCjtRqZ-gMFY,39726
56
+ ops_cli-2.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
57
+ ops_cli-2.3.2.dist-info/entry_points.txt,sha256=maaS2Tf8WvxMXckssedK13LXegD9jgHB2AT8xiEfVpQ,37
58
+ ops_cli-2.3.2.dist-info/top_level.txt,sha256=enC05wWafSg8iDKIvj3gvtAtEP2kYCyN5Gmd689q-_I,4
59
+ ops_cli-2.3.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5