Skip to content

Commit

Permalink
Merge branch 'main' into TLSENG-343
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan committed Sep 17, 2024
2 parents 4ee5f7b + d7103f7 commit 5adad14
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
CHARMCRAFT_AUTH: "${{ secrets.CHARMCRAFT_AUTH }}"

- name: Create a PR for local changes
uses: peter-evans/[email protected].1
uses: peter-evans/[email protected].3
with:
token: ${{ secrets.TELCO_GITHUB_BOT_TOKEN }}
commit-message: "chore: update charm libraries"
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cryptography
jsonschema
ops >= 2.2.0
opentelemetry-exporter-otlp-proto-http
pydantic==2.8.2
pydantic==2.9.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ 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
# googleapis-common-protos
# 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
Expand Down
10 changes: 5 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5adad14

Please sign in to comment.