Skip to content

Commit 886ea8a

Browse files
Bump pytest from 7.2.0 to 7.2.1 (#105)
* Bump pytest from 7.2.0 to 7.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.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@7.2.0...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update the speos grpcapi * maint: fix conflit --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Revathyvenugopal162 <[email protected]>
1 parent 4813846 commit 886ea8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies=[
3333

3434
[project.optional-dependencies]
3535
tests = [
36-
"pytest==7.2.0",
36+
"pytest==7.2.1",
3737
"pytest-cov==4.0.0",
3838
]
3939
doc = [
@@ -63,4 +63,4 @@ src_paths = ["doc", "src", "tests"]
6363
source = ["ansys.pyoptics.speos"]
6464

6565
[tool.coverage.report]
66-
show_missing = true
66+
show_missing = true

0 commit comments

Comments
 (0)