-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Pass-the-secrets-directly
- Loading branch information
Showing
6 changed files
with
400 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
commit-message: | ||
prefix: "chore: " | ||
|
||
- package-ecosystem: "pip" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
commit-message: | ||
prefix: "chore: " |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
jinja2 | ||
juju==3.3.1.1 | ||
ops | ||
pydantic<2.0 | ||
pytest-interface-tester | ||
jsonschema | ||
cryptography |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,156 @@ | ||
jinja2 | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
attrs==23.2.0 | ||
# via | ||
# jsonschema | ||
# referencing | ||
bcrypt==4.1.2 | ||
# via paramiko | ||
cachetools==5.3.2 | ||
# via google-auth | ||
certifi==2024.2.2 | ||
# via | ||
# kubernetes | ||
# requests | ||
cffi==1.16.0 | ||
# via | ||
# cryptography | ||
# pynacl | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.7 | ||
# via typer | ||
cryptography==42.0.5 | ||
# via | ||
# -r requirements.in | ||
# paramiko | ||
google-auth==2.28.1 | ||
# via kubernetes | ||
hvac==2.1.0 | ||
# via juju | ||
idna==3.6 | ||
# via requests | ||
iniconfig==2.0.0 | ||
# via pytest | ||
jinja2==3.1.3 | ||
# via -r requirements.in | ||
jsonschema==4.21.1 | ||
# via -r requirements.in | ||
jsonschema-specifications==2023.12.1 | ||
# via jsonschema | ||
juju==3.3.1.1 | ||
ops | ||
pydantic | ||
pytest-interface-tester | ||
jsonschema | ||
cryptography | ||
# via -r requirements.in | ||
kubernetes==29.0.0 | ||
# via juju | ||
macaroonbakery==1.3.4 | ||
# via juju | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
mypy-extensions==1.0.0 | ||
# via typing-inspect | ||
oauthlib==3.2.2 | ||
# via | ||
# kubernetes | ||
# requests-oauthlib | ||
ops==2.10.0 | ||
# via | ||
# -r requirements.in | ||
# ops-scenario | ||
ops-scenario==6.0.1 | ||
# via pytest-interface-tester | ||
packaging==23.2 | ||
# via | ||
# juju | ||
# pytest | ||
paramiko==3.4.0 | ||
# via juju | ||
pluggy==1.4.0 | ||
# via pytest | ||
protobuf==4.25.3 | ||
# via macaroonbakery | ||
pyasn1==0.5.1 | ||
# via | ||
# juju | ||
# pyasn1-modules | ||
# rsa | ||
pyasn1-modules==0.3.0 | ||
# via google-auth | ||
pycparser==2.21 | ||
# via cffi | ||
pydantic==1.10.14 | ||
# via | ||
# -r requirements.in | ||
# pytest-interface-tester | ||
pymacaroons==0.13.0 | ||
# via macaroonbakery | ||
pynacl==1.5.0 | ||
# via | ||
# macaroonbakery | ||
# paramiko | ||
# pymacaroons | ||
pyrfc3339==1.1 | ||
# via | ||
# juju | ||
# macaroonbakery | ||
pytest==8.0.2 | ||
# via pytest-interface-tester | ||
pytest-interface-tester==2.0.1 | ||
# via -r requirements.in | ||
python-dateutil==2.8.2 | ||
# via kubernetes | ||
pytz==2024.1 | ||
# via pyrfc3339 | ||
pyyaml==6.0.1 | ||
# via | ||
# juju | ||
# kubernetes | ||
# ops | ||
# ops-scenario | ||
referencing==0.33.0 | ||
# via | ||
# jsonschema | ||
# jsonschema-specifications | ||
requests==2.31.0 | ||
# via | ||
# hvac | ||
# kubernetes | ||
# macaroonbakery | ||
# requests-oauthlib | ||
requests-oauthlib==1.3.1 | ||
# via kubernetes | ||
rpds-py==0.18.0 | ||
# via | ||
# jsonschema | ||
# referencing | ||
rsa==4.9 | ||
# via google-auth | ||
six==1.16.0 | ||
# via | ||
# kubernetes | ||
# macaroonbakery | ||
# pymacaroons | ||
# python-dateutil | ||
toposort==1.10 | ||
# via juju | ||
typer==0.7.0 | ||
# via pytest-interface-tester | ||
typing-extensions==4.10.0 | ||
# via | ||
# pydantic | ||
# typing-inspect | ||
typing-inspect==0.9.0 | ||
# via juju | ||
urllib3==2.2.1 | ||
# via | ||
# kubernetes | ||
# requests | ||
websocket-client==1.7.0 | ||
# via | ||
# kubernetes | ||
# ops | ||
websockets==12.0 | ||
# via juju |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
black | ||
coverage[toml] | ||
flake8-docstrings | ||
flake8-builtins | ||
isort | ||
macaroonbakery==1.3.4 # https://protobuf.dev/news/2022-05-06/#python-updates | ||
mypy | ||
pep8-naming | ||
pyproject-flake8 | ||
pytest | ||
pytest-asyncio==0.21.1 | ||
pytest-operator | ||
types-PyYAML |
Oops, something went wrong.