Skip to content

Commit f0cde24

Browse files
Bump the optional group with 8 updates
Bumps the optional group with 8 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `23.12.0` | `23.12.1` | | [isort](https://github.com/pycqa/isort) | `5.13.1` | `5.13.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.2` | `9.5.3` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.7.5` | `0.8.0` | | [mypy](https://github.com/python/mypy) | `1.7.1` | `1.8.0` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `7.4.4` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.7.5` | `0.8.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.2` | `0.23.3` | Updates `black` from 23.12.0 to 23.12.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.0...23.12.1) Updates `isort` from 5.13.1 to 5.13.2 - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.13.1...5.13.2) Updates `mkdocs-material` from 9.5.2 to 9.5.3 - [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.2...9.5.3) Updates `frequenz-repo-config[lib]` from 0.7.5 to 0.8.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.8.0/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.7.5...v0.8.0) Updates `mypy` from 1.7.1 to 1.8.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.7.1...v1.8.0) Updates `pytest` from 7.4.3 to 7.4.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@7.4.3...7.4.4) Updates `frequenz-repo-config[extra-lint-examples]` from 0.7.5 to 0.8.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.8.0/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-repo-config-python@v0.7.5...v0.8.0) Updates `pytest-asyncio` from 0.23.2 to 0.23.3 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.2...v0.23.3) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: frequenz-repo-config[lib] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: optional - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: optional ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ddf58b0 commit f0cde24

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 == 68.1.0",
77
"setuptools_scm[toml] == 7.1.0",
8-
"frequenz-repo-config[lib] == 0.7.5",
8+
"frequenz-repo-config[lib] == 0.8.0",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -54,35 +54,35 @@ dev-flake8 = [
5454
"pydoclint == 0.3.8",
5555
"pydocstyle == 6.3.0",
5656
]
57-
dev-formatting = ["black == 23.12.0", "isort == 5.13.1"]
57+
dev-formatting = ["black == 23.12.1", "isort == 5.13.2"]
5858
dev-mkdocs = [
59-
"black == 23.12.0",
59+
"black == 23.12.1",
6060
"Markdown==3.5.1",
6161
"mike == 2.0.0",
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.1",
6464
"mkdocs-macros-plugin == 1.0.5",
65-
"mkdocs-material == 9.5.2",
65+
"mkdocs-material == 9.5.3",
6666
"mkdocstrings[python] == 0.24.0",
67-
"frequenz-repo-config[lib] == 0.7.5",
67+
"frequenz-repo-config[lib] == 0.8.0",
6868
]
6969
dev-mypy = [
70-
"mypy == 1.7.1",
70+
"mypy == 1.8.0",
7171
"types-Markdown == 3.5.0.3",
7272
# For checking the noxfile, docs/ script, and tests
7373
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
7474
]
75-
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.7.5"]
75+
dev-noxfile = ["nox == 2023.4.22", "frequenz-repo-config[lib] == 0.8.0"]
7676
dev-pylint = [
7777
"pylint == 3.0.3",
7878
# For checking the noxfile, docs/ script, and tests
7979
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
8181
dev-pytest = [
82-
"pytest == 7.4.3",
83-
"frequenz-repo-config[extra-lint-examples] == 0.7.5",
82+
"pytest == 7.4.4",
83+
"frequenz-repo-config[extra-lint-examples] == 0.8.0",
8484
"pytest-mock == 3.12.0",
85-
"pytest-asyncio == 0.23.2",
85+
"pytest-asyncio == 0.23.3",
8686
"async-solipsism == 0.5",
8787
]
8888
dev = [

0 commit comments

Comments
 (0)