Skip to content

Commit

Permalink
ci(deps-dev-pip): [SKIP-CI] update pytest requirement from ~=7.4.0 to…
Browse files Browse the repository at this point in the history
… ~=8.3.3

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [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.0...8.3.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tomassebestik committed Sep 24, 2024
1 parent f33c320 commit 8ca1ca6
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 @@ -29,10 +29,10 @@
"twine~=5.1.1",
"pip-tools~=7.3",
"pytest-cov~=4.1.0",
"pytest~=7.4.0",
"pytest~=8.3.3",
"just-bin~=1.26.0",
]
test = ["pytest-cov~=4.1.0", "pytest~=7.4.0"]
test = ["pytest-cov~=4.1.0", "pytest~=8.3.3"]

[project.entry-points."commitizen.plugin"]
czespressif = "czespressif:CzPluginEspressif"
Expand Down

0 comments on commit 8ca1ca6

Please sign in to comment.