Skip to content

Commit

Permalink
Bump the primary-dev-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the primary-dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.0.0` |
| [black](https://github.com/psf/black) | `23.12.1` | `24.1.1` |
| [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.0.0` |
| [tox](https://github.com/tox-dev/tox) | `4.11.4` | `4.12.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.3` | `9.5.6` |


Updates `pytest` from 7.4.4 to 8.0.0
- [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.4...8.0.0)

Updates `black` from 23.12.1 to 24.1.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.1.1)

Updates `flake8` from 6.1.0 to 7.0.0
- [Commits](PyCQA/flake8@6.1.0...7.0.0)

Updates `tox` from 4.11.4 to 4.12.1
- [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.11.4...4.12.1)

Updates `mkdocs-material` from 9.5.3 to 9.5.6
- [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.3...9.5.6)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: primary-dev-dependencies
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: primary-dev-dependencies
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: primary-dev-dependencies
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Feb 1, 2024
1 parent bbc8cee commit 46dfad2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ starfleet = "starfleet.cli.entrypoint:cli"

[project.optional-dependencies]
tests = [
"pytest==7.4.4",
"pytest==8.0.0",
"pytest-cov==4.1.0",
"pytest-xdist==3.5.0",
"black==23.12.1",
"flake8==6.1.0",
"black==24.1.1",
"flake8==7.0.0",
"pylint==3.0.3",
"tox==4.11.4",
"tox==4.12.1",
"moto==4.2.9",
"mkdocs==1.5.3",
"mkdocstrings[python]==0.24.0",
"mkdocs-gen-files==0.5.0",
"mkdocs-literate-nav==0.6.1",
"mkdocs-material==9.5.3",
"mkdocs-material==9.5.6",
"cfn-lint>=0.77",
"checkov>=2.3",
]
Expand Down

0 comments on commit 46dfad2

Please sign in to comment.