Skip to content

Commit 1a085e5

Browse files
Bump the required group with 13 updates
Updates the requirements on [frequenz-api-common](https://github.com/frequenz-floss/frequenz-api-common), [frequenz-client-base](https://github.com/frequenz-floss/frequenz-client-base-python), [pydoclint](https://github.com/jsh9/pydoclint), [markdown](https://github.com/Python-Markdown/markdown), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [mypy](https://github.com/python/mypy), [types-markdown](https://github.com/python/typeshed), [pylint](https://github.com/pylint-dev/pylint), [pytest](https://github.com/pytest-dev/pytest), [pytest-mock](https://github.com/pytest-dev/pytest-mock), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [async-solipsism](https://github.com/bmerry/async-solipsism) to permit the latest version. Updates `frequenz-api-common` to 0.6.0 - [Release notes](https://github.com/frequenz-floss/frequenz-api-common/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-api-common/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-api-common@v0.5.3...v0.6.0) Updates `frequenz-client-base` to 0.3.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.1.0...v0.3.0) Updates `pydoclint` from 0.3.8 to 0.4.1 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.3.8...0.4.1) Updates `markdown` from 3.5.1 to 3.6 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.5.1...3.6) Updates `mkdocs-material` from 9.5.3 to 9.5.18 - [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.3...9.5.18) Updates `mkdocstrings[python]` from 0.24.0 to 0.24.3 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.24.0...0.24.3) Updates `mypy` from 1.8.0 to 1.9.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...1.9.0) Updates `types-markdown` from 3.5.0.20240129 to 3.6.0.20240316 - [Commits](https://github.com/python/typeshed/commits) Updates `pylint` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.0.3...v3.1.0) Updates `pytest` from 8.0.0 to 8.1.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.0.0...8.1.1) Updates `pytest-mock` from 3.11.1 to 3.14.0 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.11.1...v3.14.0) Updates `pytest-asyncio` from 0.21.1 to 0.23.6 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.23.6) Updates `async-solipsism` from 0.5 to 0.6 - [Commits](bmerry/async-solipsism@0.5...0.6) --- updated-dependencies: - dependency-name: frequenz-api-common dependency-type: direct:production dependency-group: required - dependency-name: frequenz-client-base dependency-type: direct:production dependency-group: required - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor 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: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: types-markdown dependency-type: direct:production update-type: version-update:semver-minor 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-minor dependency-group: required - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: async-solipsism dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05e66a0 commit 1a085e5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
# TODO(cookiecutter): Remove and add more dependencies if appropriate
2929
dependencies = [
30-
"frequenz-api-common >= 0.5.3, < 0.6.0",
30+
"frequenz-api-common >= 0.5.3, < 0.7.0",
3131
"googleapis-common-protos >= 1.56.4, < 2",
3232
"grpcio >= 1.60.0, < 2",
3333
"frequenz-channels >= 0.16.0, < 0.17.0",
34-
"frequenz-client-base >= 0.1.0, < 0.2",
34+
"frequenz-client-base >= 0.1.0, < 0.4",
3535
"frequenz-api-electricity-trading == 0.2.0",
3636
]
3737
dynamic = ["version"]
@@ -46,25 +46,25 @@ dev-flake8 = [
4646
"flake8 == 7.0.0",
4747
"flake8-docstrings == 1.7.0",
4848
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
49-
"pydoclint == 0.3.8",
49+
"pydoclint == 0.4.1",
5050
"pydocstyle == 6.3.0",
5151
]
5252
dev-formatting = ["black == 23.12.1", "isort == 5.13.2"]
5353
dev-mkdocs = [
5454
"black == 23.12.1",
55-
"Markdown==3.5.1",
55+
"Markdown==3.6",
5656
"mike == 2.0.0",
5757
"mkdocs-gen-files == 0.5.0",
5858
"mkdocs-literate-nav == 0.6.1",
5959
"mkdocs-macros-plugin == 1.0.5",
60-
"mkdocs-material == 9.5.3",
61-
"mkdocstrings[python] == 0.24.0",
60+
"mkdocs-material == 9.5.18",
61+
"mkdocstrings[python] == 0.24.3",
6262
"frequenz-repo-config[lib] == 0.9.1",
6363
]
6464
dev-mypy = [
65-
"mypy == 1.8.0",
65+
"mypy == 1.9.0",
6666
"grpc-stubs == 1.53.0.5",
67-
"types-Markdown == 3.5.0.20240129",
67+
"types-Markdown == 3.6.0.20240316",
6868
# For checking the noxfile, docs/ script, and tests
6969
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
7070
]
@@ -73,16 +73,16 @@ dev-noxfile = [
7373
"frequenz-repo-config[lib] == 0.9.1",
7474
]
7575
dev-pylint = [
76-
"pylint == 3.0.3",
76+
"pylint == 3.1.0",
7777
# For checking the noxfile, docs/ script, and tests
7878
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
7979
]
8080
dev-pytest = [
81-
"pytest == 8.0.0",
81+
"pytest == 8.1.1",
8282
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
83-
"pytest-mock == 3.11.1",
84-
"pytest-asyncio == 0.21.1",
85-
"async-solipsism == 0.5",
83+
"pytest-mock == 3.14.0",
84+
"pytest-asyncio == 0.23.6",
85+
"async-solipsism == 0.6",
8686
"deepdiff == 6.7.1",
8787
]
8888
dev = [

0 commit comments

Comments
 (0)