Compare commits

...

5 Commits

Author SHA1 Message Date
Mike Hunhoff
5d90b70d4b Merge branch 'master' into dependabot/pip/pytest-8.3.5 2025-05-20 12:56:35 -06:00
Mike Hunhoff
a2db738066 Merge branch 'master' into dependabot/pip/pytest-8.3.5 2025-05-12 09:53:21 -06:00
Mike Hunhoff
cb80620a62 Merge branch 'master' into dependabot/pip/pytest-8.3.5 2025-03-10 12:24:22 -06:00
Mike Hunhoff
ada34c0496 Merge branch 'master' into dependabot/pip/pytest-8.3.5 2025-03-04 13:40:26 -07:00
dependabot[bot]
52b4f8e0d0 build(deps): bump pytest from 8.0.0 to 8.3.5
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...8.3.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 14:32:31 +00:00

View File

@@ -122,7 +122,7 @@ dev = [
# These dependencies are not used in production environments
# and should not conflict with other libraries/tooling.
"pre-commit==4.1.0",
"pytest==8.0.0",
"pytest==8.3.5",
"pytest-sugar==1.0.0",
"pytest-instafail==0.5.0",
"flake8==7.1.1",