Skip to content

Commit

Permalink
build(deps-dev): bump the dev-deps group with 2 updates (#907)
Browse files Browse the repository at this point in the history
Bumps the dev-deps group with 2 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures).


Updates `mkdocs-material` from 9.5.44 to 9.5.45
- [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.44...9.5.45)

Updates `pytest-rerunfailures` from 14.0 to 15.0
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](pytest-dev/pytest-rerunfailures@14.0...15.0)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: pytest-rerunfailures
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 6a557bc commit 4aaee4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pre-commit = ">=3.7.1,<5.0.0"
pytest = "^8.2.2"
pytest-cov = ">=5,<7"
pytest-mock = "^3.14.0"
pytest-rerunfailures = "^14.0"
pytest-rerunfailures = ">=14,<16"
pytest-sugar = ">=0.9.4,<2"
PyYAML = "^6.0"
ruff = ">=0.6.1,<0.8.0"
Expand Down

0 comments on commit 4aaee4a

Please sign in to comment.