Skip to content

Commit

Permalink
Bump the optional group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the optional group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.3.8` | `0.3.9` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.5.1` | `3.5.2` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.3` | `9.5.6` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.92.2` | `6.97.4` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.3` | `0.23.4` |


Updates `pydoclint` from 0.3.8 to 0.3.9
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.3.8...0.3.9)

Updates `markdown` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.5.1...3.5.2)

Updates `mkdocs-material` from 9.5.3 to 9.5.6
- [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.3...9.5.6)

Updates `hypothesis` from 6.92.2 to 6.97.4
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.92.2...hypothesis-python-6.97.4)

Updates `pytest-asyncio` from 0.23.3 to 0.23.4
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.3...v0.23.4)

---
updated-dependencies:
- dependency-name: pydoclint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: optional
- dependency-name: markdown
  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: hypothesis
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 150bdf1 commit 1af70cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ dev-flake8 = [
"flake8 == 6.1.0",
"flake8-docstrings == 1.7.0",
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
"pydoclint == 0.3.8",
"pydoclint == 0.3.9",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 23.12.1", "isort == 5.13.2"]
dev-mkdocs = [
"Markdown == 3.5.1",
"Markdown == 3.5.2",
"black == 23.12.1",
"frequenz-repo-config[lib] == 0.8.0",
"markdown-svgbob == 202112.1022",
Expand All @@ -54,7 +54,7 @@ dev-mkdocs = [
"mkdocs-include-markdown-plugin == 6.0.4",
"mkdocs-literate-nav == 0.6.1",
"mkdocs-macros-plugin == 1.0.5",
"mkdocs-material == 9.5.3",
"mkdocs-material == 9.5.6",
"mkdocstrings[python] == 0.24.0",
]
dev-mypy = [
Expand All @@ -72,9 +72,9 @@ dev-pylint = [
dev-pytest = [
"async-solipsism == 0.5",
"frequenz-repo-config[extra-lint-examples] == 0.8.0",
"hypothesis == 6.92.2",
"hypothesis == 6.97.4",
"pytest == 7.4.4",
"pytest-asyncio == 0.23.3",
"pytest-asyncio == 0.23.4",
"pytest-mock == 3.12.0",
]
dev = [
Expand Down

0 comments on commit 1af70cd

Please sign in to comment.