Skip to content

Commit

Permalink
Upgrade pytest-asycio across all plugins
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale authored and dbluhm committed Jun 11, 2024
1 parent eb0d9fe commit c1fa42f
Show file tree
Hide file tree
Showing 35 changed files with 124 additions and 91 deletions.
10 changes: 5 additions & 5 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.9"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-asyncio = "~0.23.7"
requests = "^2.32.0"

[tool.poetry.dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions basicmessage_storage/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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aca-py = ["aries-cloudagent"]
ruff = "^0.4.4"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-asyncio = "~0.23.7"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.3.2"

Expand Down
19 changes: 15 additions & 4 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 @@ -7,7 +7,7 @@ authors = []
[tool.poetry.dependencies]
python = "^3.9"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-asyncio = "~0.23.7"
requests = "^2.31.0"
aries-cloudagent = { version = ">=0.10.3, < 1.0.0" }

Expand Down
8 changes: 4 additions & 4 deletions connection_update/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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aca-py = ["aries-cloudagent"]
ruff = "^0.4.4"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-asyncio = "~0.23.7"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.3.2"

Expand Down
10 changes: 5 additions & 5 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.9"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-asyncio = "~0.23.7"
requests = "^2.32.0"

[tool.poetry.dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions firebase_push_notifications/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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ aca-py = ["aries-cloudagent"]
ruff = "^0.4.4"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-asyncio = "~0.23.7"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.3.2"

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.9"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
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
8 changes: 4 additions & 4 deletions kafka_events/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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ aca-py = ["aries-cloudagent"]
ruff = "^0.4.4"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-asyncio = "~0.23.7"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.3.2"
flake8 = "^3.9.1"
Expand Down
10 changes: 5 additions & 5 deletions multitenant_provider/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 multitenant_provider/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.9"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-asyncio = "~0.23.7"
requests = "^2.32.0"
bcrypt = "^4.1.3"
mergedeep = "^1.3.4"
Expand Down
8 changes: 4 additions & 4 deletions multitenant_provider/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c1fa42f

Please sign in to comment.