Skip to content

Commit

Permalink
Merge branch 'main' into Pass-the-secrets-directly
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume authored Feb 26, 2024
2 parents 4308f37 + c36895a commit 14a2392
Show file tree
Hide file tree
Showing 6 changed files with 400 additions and 36 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
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: "
18 changes: 0 additions & 18 deletions renovate.json

This file was deleted.

7 changes: 7 additions & 0 deletions requirements.in
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
161 changes: 155 additions & 6 deletions requirements.txt
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
13 changes: 13 additions & 0 deletions test-requirements.in
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
Loading

0 comments on commit 14a2392

Please sign in to comment.