Skip to content

Commit

Permalink
Bump pytest from 8.3.2 to 8.3.3
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.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@8.3.2...8.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent f6bb4d3 commit 42fa473
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 @@ -35,13 +35,13 @@ dynamic = ["readme", "version"]

[project.optional-dependencies]
unit_tests = [
"pytest==8.3.2",
"pytest==8.3.3",
"pytest-datafiles==3.0.0",
"jsonpath-ng==1.6.1",
"pytest-asyncio==0.23.8"
]
integration_tests = [
"pytest==8.3.2",
"pytest==8.3.3",
"pytest-datafiles==3.0.0"
]
linting = [
Expand Down

0 comments on commit 42fa473

Please sign in to comment.