From 4c82102facff47087f687cb0b324a2f839d956bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:16:28 +0000 Subject: [PATCH 1/2] chore: bump the pip_dependencies group across 1 directory with 6 updates (#243) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 6 +++--- test-requirements.txt | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.in b/requirements.in index 6b84b7a..6543a56 100644 --- a/requirements.in +++ b/requirements.in @@ -2,4 +2,4 @@ cryptography jsonschema ops >= 2.2.0 opentelemetry-exporter-otlp-proto-http -pydantic==2.8.2 +pydantic==2.9.1 diff --git a/requirements.txt b/requirements.txt index 5523332..b8e4d42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ opentelemetry-sdk==1.27.0 # via opentelemetry-exporter-otlp-proto-http opentelemetry-semantic-conventions==0.48b0 # via opentelemetry-sdk -ops==2.16.0 +ops==2.16.1 # via -r requirements.in protobuf==4.25.3 # via @@ -58,9 +58,9 @@ protobuf==4.25.3 # opentelemetry-proto pycparser==2.22 # via cffi -pydantic==2.8.2 +pydantic==2.9.1 # via -r requirements.in -pydantic-core==2.20.1 +pydantic-core==2.23.3 # via pydantic pyyaml==6.0.1 # via ops diff --git a/test-requirements.txt b/test-requirements.txt index ba917ed..0924594 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -68,9 +68,9 @@ oauthlib==3.2.2 # via # kubernetes # requests-oauthlib -ops==2.16.0 +ops==2.16.1 # via ops-scenario -ops-scenario==7.0.1 +ops-scenario==7.0.2 # via -r test-requirements.in packaging==24.1 # via @@ -114,9 +114,9 @@ pyrfc3339==1.1 # via # juju # macaroonbakery -pyright==1.1.378 +pyright==1.1.380 # via -r test-requirements.in -pytest==8.3.2 +pytest==8.3.3 # via # -r test-requirements.in # pytest-asyncio @@ -148,7 +148,7 @@ requests-oauthlib==2.0.0 # via kubernetes rsa==4.9 # via google-auth -ruff==0.6.3 +ruff==0.6.5 # via -r test-requirements.in six==1.16.0 # via From d7103f774583fea69d32db34605e44ceec444981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:07:37 +0000 Subject: [PATCH 2/2] chore: bump peter-evans/create-pull-request from 7.0.1 to 7.0.3 in the github_actions group (#244) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-libs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-libs.yaml b/.github/workflows/update-libs.yaml index bdc7a1f..7556604 100644 --- a/.github/workflows/update-libs.yaml +++ b/.github/workflows/update-libs.yaml @@ -39,7 +39,7 @@ jobs: CHARMCRAFT_AUTH: "${{ secrets.CHARMCRAFT_AUTH }}" - name: Create a PR for local changes - uses: peter-evans/create-pull-request@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.3 with: token: ${{ secrets.TELCO_GITHUB_BOT_TOKEN }} commit-message: "chore: update charm libraries"