Skip to content

Commit ad97ba3

Browse files
Bump the required group with 8 updates
Bumps the required group with 8 updates: | Package | From | To | | --- | --- | --- | | [asyncclick](https://github.com/python-trio/asyncclick) | `8.1.7.2` | `8.1.8` | | [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.48` | `3.0.50` | | [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.14` | `0.6.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.49` | `9.6.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.1` | `0.25.3` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.123.2` | `6.124.9` | | [setuptools](https://github.com/pypa/setuptools) | `75.6.0` | `75.8.0` | Updates `asyncclick` from 8.1.7.2 to 8.1.8 - [Changelog](https://github.com/python-trio/asyncclick/blob/main/CHANGES.rst) - [Commits](https://github.com/python-trio/asyncclick/commits) Updates `prompt-toolkit` from 3.0.48 to 3.0.50 - [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.48...3.0.50) Updates `pydoclint` from 0.5.14 to 0.6.0 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.14...0.6.0) Updates `mkdocs-material` from 9.5.49 to 9.6.1 - [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.49...9.6.1) Updates `pylint` from 3.3.3 to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.3...v3.3.4) Updates `pytest-asyncio` from 0.25.1 to 0.25.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.1...v0.25.3) Updates `hypothesis` from 6.123.2 to 6.124.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.123.2...hypothesis-python-6.124.9) Updates `setuptools` from 75.6.0 to 75.8.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.6.0...v75.8.0) --- updated-dependencies: - dependency-name: asyncclick dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: prompt-toolkit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pydoclint 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-minor dependency-group: required - dependency-name: pylint 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 - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bf7f91c commit ad97ba3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 75.6.0",
6+
"setuptools == 75.8.0",
77
"setuptools_scm[toml] == 8.1.0",
88
"frequenz-repo-config[lib] == 0.11.0",
99
]
@@ -53,13 +53,13 @@ name = "Frequenz Energy-as-a-Service GmbH"
5353
5454

5555
[project.optional-dependencies]
56-
cli = ["asyncclick == 8.1.7.2", "prompt-toolkit == 3.0.48", "parsedatetime==2.6", "tzlocal==5.2"]
56+
cli = ["asyncclick == 8.1.8", "prompt-toolkit == 3.0.50", "parsedatetime==2.6", "tzlocal==5.2"]
5757

5858
dev-flake8 = [
5959
"flake8 == 7.1.1",
6060
"flake8-docstrings == 1.7.0",
6161
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
62-
"pydoclint == 0.5.14",
62+
"pydoclint == 0.6.0",
6363
"pydocstyle == 6.3.0",
6464
]
6565
dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
@@ -70,7 +70,7 @@ dev-mkdocs = [
7070
"mkdocs-gen-files == 0.5.0",
7171
"mkdocs-literate-nav == 0.6.1",
7272
"mkdocs-macros-plugin == 1.3.7",
73-
"mkdocs-material == 9.5.49",
73+
"mkdocs-material == 9.6.1",
7474
"mkdocstrings[python] == 0.27.0",
7575
"frequenz-repo-config[lib] == 0.11.0",
7676
]
@@ -85,7 +85,7 @@ dev-mypy = [
8585
]
8686
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.11.0"]
8787
dev-pylint = [
88-
"pylint == 3.3.3",
88+
"pylint == 3.3.4",
8989
# For checking the noxfile, docs/ script, and tests
9090
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
9191
"frequenz-api-dispatch == 1.0.0-rc1",
@@ -94,10 +94,10 @@ dev-pytest = [
9494
"pytest == 8.3.4",
9595
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
9696
"pytest-mock == 3.14.0",
97-
"pytest-asyncio == 0.25.1",
97+
"pytest-asyncio == 0.25.3",
9898
"async-solipsism == 0.7",
9999
"time-machine == 2.16.0",
100-
"hypothesis == 6.123.2",
100+
"hypothesis == 6.124.9",
101101
"frequenz-client-dispatch[cli]",
102102
]
103103
dev = [

0 commit comments

Comments
 (0)