Skip to content

Commit

Permalink
⬆️ ACA-Py 1.0.0rc4 (#394)
Browse files Browse the repository at this point in the history
* ⬆️ ACA-Py 1.0.0rc4

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ node 18 to 22

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ react deps

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ ruff

Signed-off-by: ff137 <ff137@proton.me>

* chore(deps): Bump isbang/compose-action in the all-actions group

Bumps the all-actions group with 1 update: [isbang/compose-action](https://github.com/isbang/compose-action).


Updates `isbang/compose-action` from 1.5.1 to 2.0.1
- [Release notes](https://github.com/isbang/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v1.5.1...v2.0.1)

---
updated-dependencies:
- dependency-name: isbang/compose-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* 🐛 fix bad package name

Signed-off-by: ff137 <ff137@proton.me>

* Update lock files

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade pydantic

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
ff137 and dependabot[bot] authored Jul 11, 2024
1 parent ef11e60 commit 95283b6
Show file tree
Hide file tree
Showing 31 changed files with 1,000 additions and 976 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 @@ -202,7 +202,7 @@ jobs:
# ----------------------------------------------
- name: Initialize Docker Compose
if: ${{ steps.upgrade_available.outputs.available == 'true' && github.event.inputs.re_release != 'true'}}
uses: isbang/compose-action@v1.5.1
uses: isbang/compose-action@v2.0.1
# ----------------------------------------------
# Collect plugins that fail integration tests
# ----------------------------------------------
Expand Down
82 changes: 39 additions & 43 deletions basicmessage_storage/poetry.lock

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

4 changes: 2 additions & 2 deletions basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ python = "^3.12"

# Define ACA-Py as an optional/extra dependancy so it can be
# explicitly installed with the plugin if desired.
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "0.12.2b2" }
aries-cloudagent = "1.0.0rc4"
mergedeep = "^1.3.4"

[tool.poetry.extras]
aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.5.0"
ruff = "^0.5.1"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "~0.23.7"
Expand Down
82 changes: 39 additions & 43 deletions connection_update/integration/poetry.lock

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

2 changes: 1 addition & 1 deletion connection_update/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"
pytest = "^8.2.0"
pytest-asyncio = "~0.23.7"
requests = "^2.31.0"
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "0.12.2b2" }
aries-cloudagent = "1.0.0rc4"

[tool.poetry.dev-dependencies]

Expand Down
82 changes: 39 additions & 43 deletions connection_update/poetry.lock

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

Loading

0 comments on commit 95283b6

Please sign in to comment.