Skip to content

Commit 03a50ef

Browse files
Bump the required group with 4 updates
Bumps the required group with 4 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [types-setuptools](https://github.com/python/typeshed), [pytest](https://github.com/pytest-dev/pytest) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mkdocs-material` from 9.5.45 to 9.5.47 - [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.45...9.5.47) Updates `types-setuptools` from 75.5.0.20241122 to 75.6.0.20241126 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3.3...8.3.4) Updates `hypothesis` from 6.119.3 to 6.122.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.119.3...hypothesis-python-6.122.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: types-setuptools 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: hypothesis dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecd5580 commit 03a50ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dev-mkdocs = [
6060
"mkdocs-gen-files == 0.5.0",
6161
"mkdocs-literate-nav == 0.6.1",
6262
"mkdocs-macros-plugin == 1.3.7",
63-
"mkdocs-material == 9.5.45",
63+
"mkdocs-material == 9.5.47",
6464
"mkdocstrings[python] == 0.27.0",
6565
"mkdocstrings-python == 1.12.2",
6666
"frequenz-repo-config[lib] == 0.11.0",
@@ -69,7 +69,7 @@ dev-mypy = [
6969
"mypy == 1.13.0",
7070
"types-Markdown == 3.7.0.20240822",
7171
"types-protobuf == 5.28.3.20241030",
72-
"types-setuptools == 75.5.0.20241122",
72+
"types-setuptools == 75.6.0.20241126",
7373
# For checking the noxfile, docs/ script, and tests
7474
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7575
]
@@ -80,13 +80,13 @@ dev-pylint = [
8080
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-pytest = [
83-
"pytest == 8.3.3",
83+
"pytest == 8.3.4",
8484
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
8585
"pytest-mock == 3.14.0",
8686
"pytest-asyncio == 0.24.0",
8787
"time-machine == 2.12.0",
8888
"async-solipsism == 0.7",
89-
"hypothesis == 6.119.3",
89+
"hypothesis == 6.122.0",
9090
]
9191
dev = [
9292
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)