Skip to content

Commit 7ed8b17

Browse files
authored
Merge pull request #78 from frequenz-floss/dependabot/pip/pytest-asyncio-1.2.0
Bump pytest-asyncio from 1.1.0 to 1.2.0
2 parents f48d1e1 + 806e6a1 commit 7ed8b17

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

pyproject.toml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@ name = "frequenz-reporting-python"
1414
description = "A highlevel interface for the reporting API"
1515
readme = "README.md"
1616
license = { text = "MIT" }
17-
keywords = ["frequenz", "python", "lib", "library", "reporting", "highlevel", "tooling", "api"]
17+
keywords = [
18+
"frequenz",
19+
"python",
20+
"lib",
21+
"library",
22+
"reporting",
23+
"highlevel",
24+
"tooling",
25+
"api",
26+
]
1827
classifiers = [
1928
"Development Status :: 3 - Alpha",
2029
"Intended Audience :: Developers",
@@ -26,7 +35,7 @@ classifiers = [
2635
]
2736
requires-python = ">= 3.11, < 4"
2837
dependencies = [
29-
"typing-extensions >= 4.6.1, < 5",
38+
"typing-extensions >= 4.12.0, < 5",
3039
"frequenz-client-reporting >= 0.18.0, < 0.20.0",
3140
"frequenz-client-common >= 0.3.0, < 0.4",
3241
]
@@ -40,7 +49,7 @@ email = "[email protected]"
4049
dev-flake8 = [
4150
"flake8 == 7.3.0",
4251
"flake8-docstrings == 1.7.0",
43-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
52+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4453
"pydoclint == 0.7.3",
4554
"pydocstyle == 6.3.0",
4655
]
@@ -61,21 +70,18 @@ dev-mypy = [
6170
# For checking the noxfile, docs/ script, and tests
6271
"frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]",
6372
]
64-
dev-noxfile = [
65-
"nox == 2025.5.1",
66-
"frequenz-repo-config[lib] == 0.13.5",
67-
]
73+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
6874
dev-pylint = [
6975
# dev-pytest already defines a dependency to pylint because of the examples
7076
# For checking the noxfile, docs/ script, and tests
7177
"frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]",
7278
]
7379
dev-pytest = [
7480
"pytest == 8.4.2",
75-
"pylint == 3.3.8", # We need this to check for the examples
81+
"pylint == 3.3.8", # We need this to check for the examples
7682
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
7783
"pytest-mock == 3.15.1",
78-
"pytest-asyncio == 1.1.0",
84+
"pytest-asyncio == 1.2.0",
7985
"async-solipsism == 0.8",
8086
]
8187
dev = [

0 commit comments

Comments
 (0)