Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/bot_pr_approval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ on:
jobs:
bot_pr_approval:
uses: canonical/operator-workflows/.github/workflows/bot_pr_approval.yaml@main
permissions:
pull-requests: write
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/execute_tutorial_notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand All @@ -21,7 +21,7 @@ jobs:
cd docs && make html

- name: Upload executed notebook artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: tutorial-notebook
path: docs/jupyter_execute/tutorial.ipynb
2 changes: 1 addition & 1 deletion .github/workflows/publish_tutorial_notebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Find artifact from PR workflow run
id: find-run
Expand Down
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
dependencies = [
"cosl==1.4.0",
"mysql-connector-python==9.5.0",
"ops==3.5.1",
"pydantic==2.12.5",
"requests==2.32.5",
"cosl==1.9.2",
"mysql-connector-python==9.7.0",
"ops==3.7.1",
"pydantic==2.13.4",
"requests==2.34.2",
]

[dependency-groups]
Expand All @@ -34,7 +34,7 @@ lint = [
"mypy",
"pep8-naming",
"pillow",
"pytest==9.0.2",
"pytest==9.1.0",
"pytest-cov",
"pytest-operator",
"python-keystoneclient",
Expand All @@ -59,10 +59,10 @@ coverage-report = [
integration = [
"allure-pytest>=2.8.18",
"allure-pytest-collection-report @ git+https://github.com/canonical/data-platform-workflows@v24.0.0#subdirectory=python/pytest_plugins/allure_pytest_collection_report",
"juju>=2.9,<3",
"juju>=3.6,<4",
"kubernetes",
"pillow",
"pytest==9.0.2",
"pytest==9.1.0",
"pytest-cov",
"pytest-operator",
"python-keystoneclient",
Expand All @@ -76,7 +76,7 @@ integration-juju3 = [
"kubernetes",
"macaroonbakery==1.3.4",
"pillow",
"pytest==9.0.2",
"pytest==9.1.0",
"pytest-cov",
"pytest-operator",
"python-keystoneclient",
Expand Down
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
"minor",
"patch"
]
},
{
"enabled": false,
"matchManagers": [
"pip_requirements"
],
"matchFileNames": [
"docs/requirements.txt"
]
}
],
"regexManagers": [
Expand Down
Loading
Loading