Skip to content

Commit

Permalink
🎨 nats_events: update log levels (#731)
Browse files Browse the repository at this point in the history
* 🎨 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]>

---------

Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 authored Oct 7, 2024
1 parent ad1ecd1 commit f254f8b
Show file tree
Hide file tree
Showing 41 changed files with 3,671 additions and 3,779 deletions.
12 changes: 6 additions & 6 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.3.2"
pytest-asyncio = "~0.23.7"
pytest-asyncio = "~0.24.0"
requests = "^2.32.0"

[tool.poetry.dev-dependencies]
Expand Down
543 changes: 267 additions & 276 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 @@ -19,7 +19,7 @@ aca-py = ["aries-cloudagent"]
ruff = "^0.6.1"
black = "~24.8.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
pytest-asyncio = "~0.24.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.0"

Expand Down
505 changes: 248 additions & 257 deletions connection_update/integration/poetry.lock

Large diffs are not rendered by default.

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.3.2"
pytest-asyncio = "~0.23.7"
pytest-asyncio = "~0.24.0"
requests = "^2.31.0"
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }

Expand Down
543 changes: 267 additions & 276 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 @@ -18,7 +18,7 @@ aca-py = ["aries-cloudagent"]
ruff = "^0.6.1"
black = "~24.8.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
pytest-asyncio = "~0.24.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.0"

Expand Down
12 changes: 6 additions & 6 deletions firebase_push_notifications/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 firebase_push_notifications/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.3.2"
pytest-asyncio = "~0.23.7"
pytest-asyncio = "~0.24.0"
requests = "^2.32.0"

[tool.poetry.dev-dependencies]
Expand Down
543 changes: 267 additions & 276 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 = ["aries-cloudagent"]
ruff = "^0.6.1"
black = "~24.8.0"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
pytest-asyncio = "~0.24.0"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.0"

Expand Down
10 changes: 5 additions & 5 deletions kafka_events/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 kafka_events/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
[tool.poetry.dependencies]
python = "^3.12"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
pytest-asyncio = "~0.24.0"
requests = "^2.32.1"
pytest-cov = "^5.0.0"
acapy-client = { git = "https://github.com/indicio-tech/acapy-client.git", branch = "acapy/main" }
Expand Down
Loading

0 comments on commit f254f8b

Please sign in to comment.