Skip to content

Commit

Permalink
⬆️ Upgrade ACA-Py to 0.12.1 for redis-events (#192)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade ACA-Py to 0.12.1

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

* Update lock files

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

---------

Signed-off-by: ff137 <ff137@proton.me>
  • Loading branch information
ff137 authored May 9, 2024
1 parent 24fe8b0 commit 404997e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions redis_events/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 redis_events/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pytest = "^8.2.0"
pytest-asyncio = "^0.23.5"
requests = "^2.31.0"
aiohttp = "^3.9.5"
aries-cloudagent = { version = "0.12.0" }
aries-cloudagent = { version = "0.12.1" }
fastapi = "^0.111.0"
nest-asyncio = "^1.5.5"
pydantic = "^1.10.15"
Expand Down
12 changes: 6 additions & 6 deletions redis_events/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 redis_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.9"

# Define ACA-Py as an optional/extra dependancy so it can be
# explicitly installed with the plugin if desired.
aries-cloudagent = { version = "0.12.0", optional = true }
aries-cloudagent = { version = "0.12.1", optional = true }
aiohttp = "^3.9.5"
fastapi = "^0.111.0"
nest-asyncio = "^1.5.5"
Expand Down

0 comments on commit 404997e

Please sign in to comment.