Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [rich](https://github.com/Textualize/rich), [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) and [pytest-cov](https://github.com/pytest-dev/pytest-cov).


Updates `rich` from 13.9.3 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.3...v13.9.4)

Updates `flake8-bugbear` from 24.8.19 to 24.10.31
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
- [Commits](PyCQA/flake8-bugbear@24.8.19...24.10.31)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: flake8-bugbear
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent e41cdc5 commit 3ac718d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ dependencies = [
"markdown-it-py[plugins]==3.0.0",
"pydantic==2.9.2",
"PyYAML==6.0.2",
"rich==13.9.3",
"rich==13.9.4",
"typer[all]==0.12.5",
]

[project.optional-dependencies]
dev = [
"bandit[toml]==1.7.10",
"black==24.10.0",
"flake8-bugbear==24.8.19",
"flake8-bugbear==24.10.31",
"flake8-builtins==2.5.0",
"flake8-comprehensions==3.16.0",
"flake8-docstrings==1.7.0",
Expand All @@ -50,7 +50,7 @@ dev = [
"types-PyYAML==6.0.12.20240917",
]
test = [
"pytest-cov==5.0.0",
"pytest-cov==6.0.0",
"pytest==8.3.3",
]

Expand Down

0 comments on commit 3ac718d

Please sign in to comment.