Skip to content

Commit 570ed31

Browse files
poetry dev(deps-dev): bump the python-deps group across 1 directory with 4 updates
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit), [coverage](https://github.com/coveragepy/coveragepy), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `pre-commit` to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.0...v4.6.2) Updates `coverage` to 7.15.4 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.0...7.15.4) Updates `mkdocs-material` to 9.7.7 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.7.6...9.7.7) Updates `mkdocstrings` to 1.0.6 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.5...1.0.6) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development dependency-group: python-deps - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:development dependency-group: python-deps - dependency-name: mkdocstrings dependency-version: 1.0.6 dependency-type: direct:development dependency-group: python-deps - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 415c833 commit 570ed31

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Documentation = "https://mariofix.github.io/pyflowcl"
3535

3636
[project.optional-dependencies]
3737
dev = [
38-
"pre-commit (>=4.6.0,<5.0.0)",
38+
"pre-commit (>=4.6.2,<5.0.0)",
3939
"black (>=26.5.1,<27.0.0)",
40-
"coverage (>=7.15.0,<8.0.0)",
40+
"coverage (>=7.15.4,<8.0.0)",
4141
"pytest (>=9.1.1,<10.0.0)",
42-
"mkdocs-material[git,imaging,recomended] (>=9.7.6,<10.0.0)",
43-
"mkdocstrings[python] (>=1.0.5,<1.1.0)",
42+
"mkdocs-material[git,imaging,recomended] (>=9.7.7,<10.0.0)",
43+
"mkdocstrings[python] (>=1.0.6,<1.1.0)",
4444
"mkdocs-git-authors-plugin (>=0.10.0,<0.11.0)",
4545
"pytest-cov (>=7.1.0,<8.0.0)",
4646

0 commit comments

Comments
 (0)