Skip to content

Commit

Permalink
Merge branch 'hyperledger:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
donato-ods-devops authored Sep 17, 2024
2 parents fdc0476 + 3aab033 commit ca0bde8
Show file tree
Hide file tree
Showing 26 changed files with 3,201 additions and 3,092 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ jobs:
#----------------------------------------------
- name: Create PR
if: ${{ steps.upgrade_available.outputs.available == 'true' && github.event.inputs.re_release != 'true'}}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
author: Release Bot <release-bot@users.noreply.github.com>
committer: Release Bot <release-bot@users.noreply.github.com>
Expand Down
27 changes: 15 additions & 12 deletions basicmessage_storage/integration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

575 changes: 291 additions & 284 deletions basicmessage_storage/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ mergedeep = "^1.3.4"
aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.6.2"
pytest = "^8.3.1"
ruff = "^0.6.5"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
27 changes: 15 additions & 12 deletions connection_update/integration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ca0bde8

Please sign in to comment.