Skip to content

Commit f0f6128

Browse files
author
Sownak Roy
committed
Merge remote-tracking branch 'upstream/main'
2 parents df5edba + 99b8af0 commit f0f6128

102 files changed

Lines changed: 4869 additions & 4310 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

basicmessage_storage/integration/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basicmessage_storage/integration/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode = false
88
[tool.poetry.dependencies]
99
python = "^3.12"
1010
pytest = "^8.3.5"
11-
pytest-asyncio = "^1.0.0"
11+
pytest-asyncio = "^1.1.0"
1212
requests = "^2.32.0"
1313

1414
[tool.poetry.group.dev.dependencies]

basicmessage_storage/poetry.lock

Lines changed: 110 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basicmessage_storage/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ mergedeep = "^1.3.4"
1717
aca-py = ["acapy-agent"]
1818

1919
[tool.poetry.group.dev.dependencies]
20-
ruff = "0.12.1"
20+
ruff = "0.12.7"
2121
pytest = "^8.3.5"
22-
pytest-asyncio = "^1.0.0"
22+
pytest-asyncio = "^1.1.0"
2323
pytest-cov = "^5.0.0"
2424
pytest-ruff = "^0.4.1"
2525

cheqd/integration/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cheqd/integration/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode = false
88
[tool.poetry.dependencies]
99
python = "^3.12"
1010
pytest = "^8.3.5"
11-
pytest-asyncio = "^1.0.0"
11+
pytest-asyncio = "^1.1.0"
1212
requests = "^2.32.0"
1313
acapy-controller = { git = "https://github.com/indicio-tech/acapy-minimal-example.git", rev = "main" }
1414
pydantic = "2.11.7"

cheqd/poetry.lock

Lines changed: 110 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cheqd/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ aca-py = ["acapy-agent"]
1818

1919
[tool.poetry.group.dev.dependencies]
2020
aioresponses = "^0.7.8"
21-
ruff = "0.12.1"
21+
ruff = "0.12.7"
2222
pytest = "^8.3.5"
23-
pytest-asyncio = "^1.0.0"
23+
pytest-asyncio = "^1.1.0"
2424
pytest-cov = "^5.0.0"
2525
pytest-ruff = "^0.4.1"
2626

connection_update/integration/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connection_update/integration/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode = false
88
[tool.poetry.dependencies]
99
python = "^3.12"
1010
pytest = "^8.3.5"
11-
pytest-asyncio = "^1.0.0"
11+
pytest-asyncio = "^1.1.0"
1212
requests = "^2.32.0"
1313

1414
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)