Skip to content

Commit

Permalink
template: Bump the pytest-asyncio version to 0.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed Oct 25, 2024
1 parent 9523da1 commit b243695
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dev-pytest = [
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
{%- if cookiecutter.type != "api" %}
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.23.7",
"pytest-asyncio == 0.24.0",
"async-solipsism == 0.6",
{%- endif %}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dev-pytest = [
"pylint == 3.2.5", # We need this to check for the examples
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.23.7",
"pytest-asyncio == 0.24.0",
"async-solipsism == 0.6",
]
dev = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dev-pytest = [
"pylint == 3.2.5", # We need this to check for the examples
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.23.7",
"pytest-asyncio == 0.24.0",
"async-solipsism == 0.6",
]
dev = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dev-pytest = [
"pylint == 3.2.5", # We need this to check for the examples
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.23.7",
"pytest-asyncio == 0.24.0",
"async-solipsism == 0.6",
]
dev = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dev-pytest = [
"pylint == 3.2.5", # We need this to check for the examples
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
"pytest-mock == 3.14.0",
"pytest-asyncio == 0.23.7",
"pytest-asyncio == 0.24.0",
"async-solipsism == 0.6",
]
dev = [
Expand Down

0 comments on commit b243695

Please sign in to comment.