Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [typer[all]](https://github.com/tiangolo/typer) and [pytest-cov](https://github.com/pytest-dev/pytest-cov).


Updates `typer[all]` from 0.9.0 to 0.10.0
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.9.0...0.10.0)

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)

---
updated-dependencies:
- dependency-name: typer[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent 12d5915 commit 5be7868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"pydantic==2.6.4",
"PyYAML==6.0.1",
"rich==13.7.1",
"typer[all]==0.9.0",
"typer[all]==0.10.0",
]

[project.optional-dependencies]
Expand All @@ -50,7 +50,7 @@ dev = [
"types-PyYAML==6.0.12.20240311",
]
test = [
"pytest-cov==4.1.0",
"pytest-cov==5.0.0",
"pytest==8.1.1",
]

Expand Down

0 comments on commit 5be7868

Please sign in to comment.