Skip to content

Commit b243695

Browse files
committed
template: Bump the pytest-asyncio version to 0.24.0
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 9523da1 commit b243695

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ dev-pytest = [
119119
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
120120
{%- if cookiecutter.type != "api" %}
121121
"pytest-mock == 3.14.0",
122-
"pytest-asyncio == 0.23.7",
122+
"pytest-asyncio == 0.24.0",
123123
"async-solipsism == 0.6",
124124
{%- endif %}
125125
]

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dev-pytest = [
8282
"pylint == 3.2.5", # We need this to check for the examples
8383
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
8484
"pytest-mock == 3.14.0",
85-
"pytest-asyncio == 0.23.7",
85+
"pytest-asyncio == 0.24.0",
8686
"async-solipsism == 0.6",
8787
]
8888
dev = [

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dev-pytest = [
8181
"pylint == 3.2.5", # We need this to check for the examples
8282
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
8383
"pytest-mock == 3.14.0",
84-
"pytest-asyncio == 0.23.7",
84+
"pytest-asyncio == 0.24.0",
8585
"async-solipsism == 0.6",
8686
]
8787
dev = [

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dev-pytest = [
7878
"pylint == 3.2.5", # We need this to check for the examples
7979
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
8080
"pytest-mock == 3.14.0",
81-
"pytest-asyncio == 0.23.7",
81+
"pytest-asyncio == 0.24.0",
8282
"async-solipsism == 0.6",
8383
]
8484
dev = [

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dev-pytest = [
8282
"pylint == 3.2.5", # We need this to check for the examples
8383
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
8484
"pytest-mock == 3.14.0",
85-
"pytest-asyncio == 0.23.7",
85+
"pytest-asyncio == 0.24.0",
8686
"async-solipsism == 0.6",
8787
]
8888
dev = [

0 commit comments

Comments
 (0)