Skip to content

Commit

Permalink
Revert ":art: nats_events: update log levels (#731)" (#732)
Browse files Browse the repository at this point in the history
This reverts commit f254f8b.
  • Loading branch information
ff137 authored Oct 7, 2024
1 parent f254f8b commit 49567f9
Show file tree
Hide file tree
Showing 41 changed files with 3,779 additions and 3,671 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.24.0"
pytest-asyncio = "~0.23.7"
requests = "^2.32.0"

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

Expand Down
505 changes: 257 additions & 248 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.24.0"
pytest-asyncio = "~0.23.7"
requests = "^2.31.0"
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }

Expand Down
543 changes: 276 additions & 267 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.24.0"
pytest-asyncio = "~0.23.7"
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.24.0"
pytest-asyncio = "~0.23.7"
requests = "^2.32.0"

[tool.poetry.dev-dependencies]
Expand Down
543 changes: 276 additions & 267 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.24.0"
pytest-asyncio = "~0.23.7"
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.24.0"
pytest-asyncio = "~0.23.7"
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 49567f9

Please sign in to comment.