Skip to content

Commit a70b33d

Browse files
Bump the required group with 10 updates
Updates the requirements on [frequenz-client-base](https://github.com/frequenz-floss/frequenz-client-base-python), [frequenz-client-common](https://github.com/frequenz-floss/frequenz-client-common-python), [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit), [mike](https://github.com/jimporter/mike), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [pylint](https://github.com/pylint-dev/pylint), [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `frequenz-client-base` to 0.4.0 - [Release notes](https://github.com/frequenz-floss/frequenz-client-base-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-base-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-client-base-python@v0.2.1...v0.4.0) Updates `frequenz-client-common` to 0.2.0 - [Release notes](https://github.com/frequenz-floss/frequenz-client-common-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-common-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-client-common-python@v0.1.0...v0.2.0) Updates `prompt-toolkit` from 3.0.43 to 3.0.45 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG) - [Commits](prompt-toolkit/python-prompt-toolkit@3.0.43...3.0.45) Updates `mike` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/jimporter/mike/releases) - [Changelog](https://github.com/jimporter/mike/blob/master/CHANGES.md) - [Commits](jimporter/mike@v2.1.0...v2.1.1) Updates `mkdocs-material` from 9.5.20 to 9.5.25 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.20...9.5.25) Updates `mkdocstrings[python]` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.0...0.25.1) Updates `pylint` from 3.1.0 to 3.2.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.1.0...v3.2.2) Updates `pytest` from 8.2.0 to 8.2.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.0...8.2.1) Updates `pytest-asyncio` from 0.23.6 to 0.23.7 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.6...v0.23.7) Updates `hypothesis` from 6.100.2 to 6.103.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.100.2...hypothesis-python-6.103.0) --- updated-dependencies: - dependency-name: frequenz-client-base dependency-type: direct:production dependency-group: required - dependency-name: frequenz-client-common dependency-type: direct:production dependency-group: required - dependency-name: prompt-toolkit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mike dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05e2d2b commit a70b33d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ requires-python = ">= 3.11, < 4"
3838
dependencies = [
3939
"typing-extensions >= 4.6.1, < 5",
4040
"frequenz-api-dispatch >= 0.13.0, < 0.14",
41-
"frequenz-client-base >= 0.2.1, < 0.4.0",
42-
"frequenz-client-common >= 0.1.0, < 0.2.0",
41+
"frequenz-client-base >= 0.2.1, < 0.5.0",
42+
"frequenz-client-common >= 0.1.0, < 0.3.0",
4343
"grpcio >= 1.54.2, < 2",
4444
]
4545
dynamic = ["version"]
@@ -52,7 +52,7 @@ name = "Frequenz Energy-as-a-Service GmbH"
5252
5353

5454
[project.optional-dependencies]
55-
cli = ["asyncclick == 8.1.7.2", "prompt-toolkit == 3.0.43", "parsedatetime==2.6", "tzlocal==5.2"]
55+
cli = ["asyncclick == 8.1.7.2", "prompt-toolkit == 3.0.45", "parsedatetime==2.6", "tzlocal==5.2"]
5656

5757
dev-flake8 = [
5858
"flake8 == 7.0.0",
@@ -65,12 +65,12 @@ dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
6565
dev-mkdocs = [
6666
"black == 24.4.2",
6767
"Markdown==3.6",
68-
"mike == 2.1.0",
68+
"mike == 2.1.1",
6969
"mkdocs-gen-files == 0.5.0",
7070
"mkdocs-literate-nav == 0.6.1",
7171
"mkdocs-macros-plugin == 1.0.5",
72-
"mkdocs-material == 9.5.20",
73-
"mkdocstrings[python] == 0.25.0",
72+
"mkdocs-material == 9.5.25",
73+
"mkdocstrings[python] == 0.25.1",
7474
"frequenz-repo-config[lib] == 0.9.2",
7575
]
7676
dev-mypy = [
@@ -83,18 +83,18 @@ dev-mypy = [
8383
]
8484
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"]
8585
dev-pylint = [
86-
"pylint == 3.1.0",
86+
"pylint == 3.2.2",
8787
# For checking the noxfile, docs/ script, and tests
8888
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
8989
"frequenz-api-dispatch >= 0.13.0, < 0.14",
9090
]
9191
dev-pytest = [
92-
"pytest == 8.2.0",
92+
"pytest == 8.2.1",
9393
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
9494
"pytest-mock == 3.14.0",
95-
"pytest-asyncio == 0.23.6",
95+
"pytest-asyncio == 0.23.7",
9696
"async-solipsism == 0.6",
97-
"hypothesis == 6.100.2",
97+
"hypothesis == 6.103.0",
9898
"frequenz-client-dispatch[cli]",
9999
]
100100
dev = [

0 commit comments

Comments
 (0)