|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 68.1.0", |
7 | 7 | "setuptools_scm[toml] == 7.1.0", |
8 | | - "frequenz-repo-config[lib] == 0.9.2", |
| 8 | + "frequenz-repo-config[lib] == 0.10.0", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
|
46 | 46 |
|
47 | 47 | [project.optional-dependencies] |
48 | 48 | dev-flake8 = [ |
49 | | - "flake8 == 7.1.0", |
| 49 | + "flake8 == 7.1.1", |
50 | 50 | "flake8-docstrings == 1.7.0", |
51 | 51 | "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml |
52 | | - "pydoclint == 0.5.3", |
| 52 | + "pydoclint == 0.5.9", |
53 | 53 | "pydocstyle == 6.3.0", |
54 | 54 | ] |
55 | | -dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] |
| 55 | +dev-formatting = ["black == 24.8.0", "isort == 5.13.2"] |
56 | 56 | dev-mkdocs = [ |
57 | | - "Markdown == 3.6.0", |
58 | | - "black == 24.4.2", |
59 | | - "mike == 2.1.2", |
| 57 | + "Markdown == 3.7", |
| 58 | + "black == 24.8.0", |
| 59 | + "mike == 2.1.3", |
60 | 60 | "mkdocs-gen-files == 0.5.0", |
61 | 61 | "mkdocs-literate-nav == 0.6.1", |
62 | | - "mkdocs-macros-plugin == 1.0.5", |
63 | | - "mkdocs-material == 9.5.27", |
64 | | - "mkdocstrings[python] == 0.25.1", |
65 | | - "mkdocstrings-python == 1.10.5", |
66 | | - "frequenz-repo-config[lib] == 0.9.2", |
| 62 | + "mkdocs-macros-plugin == 1.2.0", |
| 63 | + "mkdocs-material == 9.5.39", |
| 64 | + "mkdocstrings[python] == 0.26.1", |
| 65 | + "mkdocstrings-python == 1.11.1", |
| 66 | + "frequenz-repo-config[lib] == 0.10.0", |
67 | 67 | ] |
68 | 68 | dev-mypy = [ |
69 | | - "mypy == 1.10.1", |
70 | | - "types-Markdown == 3.6.0.20240316", |
| 69 | + "mypy == 1.11.2", |
| 70 | + "types-Markdown == 3.7.0.20240822", |
71 | 71 | # For checking the noxfile, docs/ script, and tests |
72 | 72 | "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]", |
73 | 73 | ] |
74 | | -dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"] |
| 74 | +dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"] |
75 | 75 | dev-pylint = [ |
76 | 76 | # dev-pytest already defines a dependency to pylint because of the examples |
77 | 77 | # For checking the noxfile, docs/ script, and tests |
78 | 78 | "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]", |
79 | 79 | ] |
80 | 80 | dev-pytest = [ |
81 | | - "pytest == 8.2.2", |
82 | | - "pylint == 3.2.5", # We need this to check for the examples |
83 | | - "frequenz-repo-config[extra-lint-examples] == 0.9.2", |
| 81 | + "pytest == 8.3.3", |
| 82 | + "pylint == 3.3.1", # We need this to check for the examples |
| 83 | + "frequenz-repo-config[extra-lint-examples] == 0.10.0", |
84 | 84 | "pytest-mock == 3.14.0", |
85 | | - "pytest-asyncio == 0.23.7", |
86 | | - "async-solipsism == 0.6", |
87 | | - "hypothesis == 6.104.2", |
| 85 | + "pytest-asyncio == 0.24.0", |
| 86 | + "async-solipsism == 0.7", |
| 87 | + "hypothesis == 6.112.2", |
88 | 88 | ] |
89 | 89 | dev = [ |
90 | 90 | "frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]", |
|
0 commit comments