Skip to content

Commit f919e4a

Browse files
authored
🎨 nats_events: update log levels (#733)
* 🎨 Update log levels Signed-off-by: ff137 <[email protected]> * ⬆️ Upgrade uvicorn Signed-off-by: ff137 <[email protected]> * ⬆️ Upgrade fastapi-slim Signed-off-by: ff137 <[email protected]> * ⬆️ Upgrade pytest-asyncio Signed-off-by: ff137 <[email protected]> * ⬆️ Update lock files Signed-off-by: ff137 <[email protected]> * 🐛 trace -> debug Signed-off-by: ff137 <[email protected]> --------- Signed-off-by: ff137 <[email protected]>
1 parent 49567f9 commit f919e4a

File tree

41 files changed

+3671
-3779
lines changed

Some content is hidden

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

41 files changed

+3671
-3779
lines changed

basicmessage_storage/integration/poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basicmessage_storage/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = []
77
[tool.poetry.dependencies]
88
python = "^3.12"
99
pytest = "^8.3.2"
10-
pytest-asyncio = "~0.23.7"
10+
pytest-asyncio = "~0.24.0"
1111
requests = "^2.32.0"
1212

1313
[tool.poetry.dev-dependencies]

basicmessage_storage/poetry.lock

+267-276
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basicmessage_storage/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ aca-py = ["aries-cloudagent"]
1919
ruff = "^0.6.1"
2020
black = "~24.8.0"
2121
pytest = "^8.3.2"
22-
pytest-asyncio = "~0.23.7"
22+
pytest-asyncio = "~0.24.0"
2323
pytest-cov = "^5.0.0"
2424
pytest-ruff = "^0.4.0"
2525

connection_update/integration/poetry.lock

+248-257
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connection_update/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = []
77
[tool.poetry.dependencies]
88
python = "^3.12"
99
pytest = "^8.3.2"
10-
pytest-asyncio = "~0.23.7"
10+
pytest-asyncio = "~0.24.0"
1111
requests = "^2.31.0"
1212
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }
1313

connection_update/poetry.lock

+267-276
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connection_update/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aca-py = ["aries-cloudagent"]
1818
ruff = "^0.6.1"
1919
black = "~24.8.0"
2020
pytest = "^8.3.2"
21-
pytest-asyncio = "~0.23.7"
21+
pytest-asyncio = "~0.24.0"
2222
pytest-cov = "^5.0.0"
2323
pytest-ruff = "^0.4.0"
2424

firebase_push_notifications/integration/poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase_push_notifications/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = []
77
[tool.poetry.dependencies]
88
python = "^3.12"
99
pytest = "^8.3.2"
10-
pytest-asyncio = "~0.23.7"
10+
pytest-asyncio = "~0.24.0"
1111
requests = "^2.32.0"
1212

1313
[tool.poetry.dev-dependencies]

firebase_push_notifications/poetry.lock

+267-276
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase_push_notifications/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ aca-py = ["aries-cloudagent"]
2222
ruff = "^0.6.1"
2323
black = "~24.8.0"
2424
pytest = "^8.3.2"
25-
pytest-asyncio = "~0.23.7"
25+
pytest-asyncio = "~0.24.0"
2626
pytest-cov = "^5.0.0"
2727
pytest-ruff = "^0.4.0"
2828

kafka_events/integration/poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kafka_events/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
[tool.poetry.dependencies]
99
python = "^3.12"
1010
pytest = "^8.3.2"
11-
pytest-asyncio = "~0.23.7"
11+
pytest-asyncio = "~0.24.0"
1212
requests = "^2.32.1"
1313
pytest-cov = "^5.0.0"
1414
acapy-client = { git = "https://github.com/indicio-tech/acapy-client.git", branch = "acapy/main" }

0 commit comments

Comments
 (0)