Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
488 changes: 270 additions & 218 deletions basicmessage_storage/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.12.8"
pytest = "^8.3.5"
pytest = ">=8.3.5,<10.0.0"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
212 changes: 123 additions & 89 deletions cheqd/integration/poetry.lock

Large diffs are not rendered by default.

592 changes: 321 additions & 271 deletions cheqd/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cheqd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ python = "^3.12"
#acapy-agent = { version = "~1.3.1", optional = true }
acapy-agent = { git = "https://github.com/openwallet-foundation/acapy.git", branch = "main", optional = true }

cryptography = "<45.0.0"
cryptography = "<47.0.0"

[tool.poetry.extras]
aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
aioresponses = "^0.7.8"
ruff = "0.12.8"
pytest = "^8.3.5"
pytest = ">=8.3.5,<10.0.0"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
488 changes: 270 additions & 218 deletions connection_update/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connection_update/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.12.8"
pytest = "^8.3.5"
pytest = ">=8.3.5,<10.0.0"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
488 changes: 270 additions & 218 deletions connections/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connections/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.12.8"
pytest = "^8.3.5"
pytest = "^9.0.3"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
480 changes: 266 additions & 214 deletions firebase_push_notifications/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion firebase_push_notifications/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.12.8"
pytest = "^8.3.5"
pytest = ">=8.3.5,<10.0.0"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
218 changes: 120 additions & 98 deletions hedera/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hedera/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.12.8"
pytest = "^8.3.5"
pytest = "^9.0.3"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
488 changes: 270 additions & 218 deletions multitenant_provider/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion multitenant_provider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.11.4"
pytest = "^8.3.5"
pytest = ">=8.3.5,<10.0.0"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
212 changes: 123 additions & 89 deletions oid4vc/integration/poetry.lock

Large diffs are not rendered by default.

223 changes: 122 additions & 101 deletions oid4vc/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion oid4vc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ sd_jwt = ["jsonpointer"]

[tool.poetry.group.dev.dependencies]
ruff = "0.11.4"
pytest = "^8.3.5"
pytest = ">=8.3.5,<10.0.0"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
488 changes: 270 additions & 218 deletions plugin_globals/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugin_globals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.12.8"
pytest = "^8.3.5"
pytest = ">=8.3.5,<10.0.0"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
240 changes: 138 additions & 102 deletions redis_events/docker/services/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion redis_events/docker/services/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pydantic = "^2.11.5"
black = "~24.8.0"
flake8 = "^3.9.1"
pre-commit = "^2.12.1"
pytest = "^8.3.5"
pytest = ">=8.3.5,<10.0.0"
pytest-cov = "^5.0.0"
pytest-asyncio = "^1.1.0"
rope = "^1.13.0"
Expand Down
212 changes: 123 additions & 89 deletions redis_events/integration/poetry.lock

Large diffs are not rendered by default.

479 changes: 266 additions & 213 deletions redis_events/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion redis_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.12.8"
pytest = "^8.3.5"
pytest = "^9.0.3"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
488 changes: 270 additions & 218 deletions rpc/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rpc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.12.8"
pytest = "^8.3.5"
pytest = "^9.0.3"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
499 changes: 275 additions & 224 deletions status_list/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion status_list/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.12.7"
pytest = "^8.3.5"
pytest = ">=8.3.5,<10.0.0"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down
212 changes: 123 additions & 89 deletions webvh/integration/poetry.lock

Large diffs are not rendered by default.

479 changes: 266 additions & 213 deletions webvh/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webvh/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ aca-py = ["acapy-agent"]

[tool.poetry.group.dev.dependencies]
ruff = "0.12.8"
pytest = "^8.3.5"
pytest = ">=8.3.5,<10.0.0"
pytest-asyncio = "^1.1.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.1"
Expand Down