Skip to content

Commit 0432e4d

Browse files
Bump the required group across 1 directory with 8 updates
Bumps the required group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.43` | `9.5.47` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.10.0` | `0.11.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.1` | `3.3.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.10.0` | `0.11.0` | | [time-machine](https://github.com/adamchainz/time-machine) | `2.15.0` | `2.16.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.116.0` | `6.122.1` | Updates `mkdocs-material` from 9.5.43 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.43...9.5.47) Updates `mkdocstrings[python]` from 0.26.2 to 0.27.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0) Updates `frequenz-repo-config[lib]` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.10.0...v0.11.0) Updates `pylint` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.1...v3.3.2) 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 `frequenz-repo-config[extra-lint-examples]` from 0.10.0 to 0.11.0 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.10.0...v0.11.0) Updates `time-machine` from 2.15.0 to 2.16.0 - [Changelog](https://github.com/adamchainz/time-machine/blob/main/CHANGELOG.rst) - [Commits](adamchainz/time-machine@2.15.0...2.16.0) Updates `hypothesis` from 6.116.0 to 6.122.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.116.0...hypothesis-python-6.122.1) --- updated-dependencies: - 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-minor dependency-group: required - dependency-name: frequenz-repo-config[lib] 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 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: time-machine dependency-type: direct:production update-type: version-update:semver-minor 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 97e1aef commit 0432e4d

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
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 75.6.0",
77
"setuptools_scm[toml] == 8.1.0",
8-
"frequenz-repo-config[lib] == 0.10.0",
8+
"frequenz-repo-config[lib] == 0.11.0",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -69,9 +69,9 @@ dev-mkdocs = [
6969
"mkdocs-gen-files == 0.5.0",
7070
"mkdocs-literate-nav == 0.6.1",
7171
"mkdocs-macros-plugin == 1.3.7",
72-
"mkdocs-material == 9.5.43",
73-
"mkdocstrings[python] == 0.26.2",
74-
"frequenz-repo-config[lib] == 0.10.0",
72+
"mkdocs-material == 9.5.47",
73+
"mkdocstrings[python] == 0.27.0",
74+
"frequenz-repo-config[lib] == 0.11.0",
7575
]
7676
dev-mypy = [
7777
"mypy == 1.13.0",
@@ -82,21 +82,21 @@ dev-mypy = [
8282
"types-protobuf == 5.28.3.20241030",
8383
"types-python-dateutil == 2.9.0.20241003",
8484
]
85-
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.10.0"]
85+
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.11.0"]
8686
dev-pylint = [
87-
"pylint == 3.3.1",
87+
"pylint == 3.3.2",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
9090
"frequenz-api-dispatch == 1.0.0-rc1",
9191
]
9292
dev-pytest = [
93-
"pytest == 8.3.3",
94-
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
93+
"pytest == 8.3.4",
94+
"frequenz-repo-config[extra-lint-examples] == 0.11.0",
9595
"pytest-mock == 3.14.0",
9696
"pytest-asyncio == 0.24.0",
9797
"async-solipsism == 0.7",
98-
"time-machine == 2.15.0",
99-
"hypothesis == 6.116.0",
98+
"time-machine == 2.16.0",
99+
"hypothesis == 6.122.1",
100100
"frequenz-client-dispatch[cli]",
101101
]
102102
dev = [

0 commit comments

Comments
 (0)