|
5 | 5 | requires = [ |
6 | 6 | "setuptools == 75.6.0", |
7 | 7 | "setuptools_scm[toml] == 8.3.0", |
8 | | - "frequenz-repo-config[lib] == 0.13.0", |
| 8 | + "frequenz-repo-config[lib] == 0.13.2", |
9 | 9 | ] |
10 | 10 | build-backend = "setuptools.build_meta" |
11 | 11 |
|
@@ -72,31 +72,31 @@ dev-mkdocs = [ |
72 | 72 | "Markdown==3.8", |
73 | 73 | "mike == 2.1.3", |
74 | 74 | "mkdocs-gen-files == 0.5.0", |
75 | | - "mkdocs-literate-nav == 0.6.1", |
| 75 | + "mkdocs-literate-nav == 0.6.2", |
76 | 76 | "mkdocs-macros-plugin == 1.3.7", |
77 | 77 | "mkdocs-material == 9.6.12", |
78 | 78 | "mkdocstrings[python] == 0.28.0", |
79 | 79 | "mkdocstrings-python == 1.14.6", |
80 | | - "frequenz-repo-config[lib] == 0.13.0", |
| 80 | + "frequenz-repo-config[lib] == 0.13.2", |
81 | 81 | ] |
82 | 82 | dev-mypy = [ |
83 | 83 | "mypy == 1.15.0", |
84 | 84 | "grpc-stubs == 1.53.0.5", |
85 | | - "pandas-stubs == 2.2.2.240807", |
| 85 | + "pandas-stubs == 2.2.3.250308", |
86 | 86 | "types-Markdown == 3.8.0.20250415", |
87 | 87 | "types-protobuf == 5.29.1.20250403", |
88 | 88 | # For checking the noxfile, docs/ script, and tests |
89 | 89 | "frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]", |
90 | 90 | ] |
91 | | -dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.0"] |
| 91 | +dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.13.2"] |
92 | 92 | dev-pylint = [ |
93 | | - "pylint == 3.3.2", |
| 93 | + "pylint == 3.3.6", |
94 | 94 | # For checking the noxfile, docs/ script, and tests |
95 | 95 | "frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]", |
96 | 96 | ] |
97 | 97 | dev-pytest = [ |
98 | | - "pytest == 8.3.4", |
99 | | - "frequenz-repo-config[extra-lint-examples] == 0.13.0", |
| 98 | + "pytest == 8.3.5", |
| 99 | + "frequenz-repo-config[extra-lint-examples] == 0.13.2", |
100 | 100 | "pytest-mock == 3.14.0", |
101 | 101 | "pytest-asyncio == 0.24.0", |
102 | 102 | "async-solipsism == 0.7", |
|
0 commit comments