Skip to content

Commit

Permalink
Build(deps): Bump pytest from 8.2.1 to 8.2.2 (#489)
Browse files Browse the repository at this point in the history
* Build(deps): Bump pytest from 8.2.1 to 8.2.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2.
- [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.2.1...8.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Adding changelog entry: 489.dependencies.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <[email protected]>
Co-authored-by: Revathy Venugopal <[email protected]>
  • Loading branch information
3 people authored Aug 19, 2024
1 parent 320d0d7 commit 548518f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.d/489.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Build(deps): Bump pytest from 8.2.1 to 8.2.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies = [

[project.optional-dependencies]
tests = [
"pytest==8.2.1",
"pytest==8.2.2",
"pytest-cov==4.1.0",
]
doc = [
Expand Down

0 comments on commit 548518f

Please sign in to comment.