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
19 changes: 10 additions & 9 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 @@ -9,7 +9,7 @@ package-mode = false
python = "^3.12"
pytest = "^8.3.5"
pytest-asyncio = "^1.1.0"
requests = "^2.32.0"
requests = "^2.33.0"

[tool.poetry.group.dev.dependencies]

Expand Down
278 changes: 154 additions & 124 deletions basicmessage_storage/poetry.lock

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions cheqd/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 cheqd/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package-mode = false
python = "^3.12"
pytest = "^8.3.5"
pytest-asyncio = "^1.1.0"
requests = "^2.32.0"
requests = "^2.33.0"
acapy-controller = { git = "https://github.com/indicio-tech/acapy-minimal-example.git", rev = "main" }
pydantic = "2.11.7"
typing-extensions = "4.14.0"
Expand Down
384 changes: 207 additions & 177 deletions cheqd/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cheqd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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"]
Expand Down
19 changes: 10 additions & 9 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 @@ package-mode = false
python = "^3.12"
pytest = "^8.3.5"
pytest-asyncio = "^1.1.0"
requests = "^2.32.0"
requests = "^2.33.0"

[tool.poetry.group.dev.dependencies]

Expand Down
Loading