Skip to content

Commit

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

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

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

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

* Adding changelog entry: 479.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 Jun 4, 2024
1 parent dd664a8 commit 264b213
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/479.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Build(deps): Bump pytest from 8.1.1 to 8.2.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies = [

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

0 comments on commit 264b213

Please sign in to comment.