Skip to content

Commit

Permalink
build(deps): bump pytest from 8.3.2 to 8.3.3 (#2562)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent a41f659 commit 1ea42cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ doc = [
"myst-parser>=3.0.1,<=4.0.0", # lower limit python_version < 3.10
]
test = [
"pytest==8.3.2",
"pytest==8.3.3",
"pluggy==1.5.0",
"pytest-cov==5.0.0",
"coverage==7.6.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.3.2
pytest==8.3.3
pluggy==1.5.0
pytest-cov==5.0.0
coverage==7.6.1
Expand Down

0 comments on commit 1ea42cd

Please sign in to comment.