Skip to content

Commit

Permalink
Week 6, 2025 Library Upgrades (openwallet-foundation#1503)
Browse files Browse the repository at this point in the history
* Week 6, 2025 Library Upgrades

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Upgrade askar / Remove black in connections

Signed-off-by: jamshale <jamiehalebc@gmail.com>

---------

Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale authored Feb 3, 2025
1 parent 2e72ad0 commit 1fe7051
Show file tree
Hide file tree
Showing 43 changed files with 360 additions and 467 deletions.
8 changes: 4 additions & 4 deletions basicmessage_storage/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 basicmessage_storage/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = []
[tool.poetry.dependencies]
python = "^3.12"
pytest = "^8.2.2"
pytest-asyncio = "~0.25.2"
pytest-asyncio = "~0.25.3"
requests = "^2.32.0"

[tool.poetry.dev-dependencies]
Expand Down
46 changes: 23 additions & 23 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 @@ -17,9 +17,9 @@ mergedeep = "^1.3.4"
aca-py = ["acapy-agent"]

[tool.poetry.dev-dependencies]
ruff = "^0.9.3"
ruff = "^0.9.4"
pytest = "^8.3.3"
pytest-asyncio = "^0.25.2"
pytest-asyncio = "^0.25.3"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"

Expand Down
8 changes: 4 additions & 4 deletions cheqd/integration/poetry.lock

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

3 changes: 2 additions & 1 deletion cheqd/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = []
[tool.poetry.dependencies]
python = "^3.12"
pytest = "^8.2.2"
pytest-asyncio = "~0.25.2"
pytest-asyncio = "~0.25.3"
requests = "^2.32.0"
acapy-controller = { git = "https://github.com/indicio-tech/acapy-minimal-example.git", rev = "main" }
pydantic = "^2.10.6"
Expand All @@ -20,3 +20,4 @@ typing-extensions = "^4.12.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

46 changes: 23 additions & 23 deletions cheqd/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 cheqd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ cryptography = "<38.0.0"
aca-py = ["acapy-agent"]

[tool.poetry.dev-dependencies]
ruff = "^0.9.3"
ruff = "^0.9.4"
pytest = "^8.3.3"
pytest-asyncio = "^0.25.2"
pytest-asyncio = "^0.25.3"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"

Expand Down
8 changes: 4 additions & 4 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 @@ -7,7 +7,7 @@ authors = []
[tool.poetry.dependencies]
python = "^3.12"
pytest = "^8.2.2"
pytest-asyncio = "~0.25.2"
pytest-asyncio = "~0.25.3"
requests = "^2.32.0"

[tool.poetry.dev-dependencies]
Expand Down
Loading

0 comments on commit 1fe7051

Please sign in to comment.