Skip to content

Commit 736db8e

Browse files
chore(deps-dev): bump the all group with 5 updates (#142)
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.14` | `9.5.15` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.5.post1` | `0.23.6` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | | [tox](https://github.com/tox-dev/tox) | `4.14.1` | `4.14.2` | | [uvicorn](https://github.com/encode/uvicorn) | `0.28.0` | `0.29.0` | Updates `mkdocs-material` from 9.5.14 to 9.5.15 - [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.14...9.5.15) Updates `pytest-asyncio` from 0.23.5.post1 to 0.23.6 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.5.post1...v0.23.6) Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) Updates `tox` from 4.14.1 to 4.14.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.14.1...4.14.2) Updates `uvicorn` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.28.0...0.29.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: uvicorn dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f6390f commit 736db8e

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

poetry.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pre-commit = "^3"
6868
pylint = ">=2,<4"
6969
pytest = ">=7,<9"
7070
pytest-asyncio = ">=0.21.1,<0.24.0"
71-
pytest-cov = "^4"
71+
pytest-cov = ">=4,<6"
7272
pytest-xdist = "^3"
7373
tox = "^4"
7474
uvicorn = ">=0.23.1"

0 commit comments

Comments
 (0)