Skip to content

Commit

Permalink
Bump the primary-dev-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the primary-dev-dependencies group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `pytest` from 7.4.2 to 7.4.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.2...7.4.3)

Updates `mkdocs-material` from 9.4.3 to 9.4.7
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.4.3...9.4.7)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: primary-dev-dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: primary-dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent eb35a50 commit e2b8c34
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 @@ -25,7 +25,7 @@ starfleet = "starfleet.cli.entrypoint:cli"

[project.optional-dependencies]
tests = [
"pytest==7.4.2",
"pytest==7.4.3",
"pytest-cov==4.1.0",
"pytest-xdist==3.3.1",
"black==23.9.1",
Expand All @@ -37,7 +37,7 @@ tests = [
"mkdocstrings[python]==0.23.0",
"mkdocs-gen-files==0.5.0",
"mkdocs-literate-nav==0.6.1",
"mkdocs-material==9.4.3",
"mkdocs-material==9.4.7",
"cfn-lint>=0.77",
"checkov>=2.3",
]
Expand Down

0 comments on commit e2b8c34

Please sign in to comment.