Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pytest-dependency from 0.5.1 to 0.6.0 in /src/bindings/python #134

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump pytest-dependency from 0.5.1 to 0.6.0 in /src/bindings/python
Bumps [pytest-dependency](https://github.com/RKrahl/pytest-dependency) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/RKrahl/pytest-dependency/releases)
- [Changelog](https://github.com/RKrahl/pytest-dependency/blob/develop/CHANGES.rst)
- [Commits](RKrahl/pytest-dependency@0.5.1...0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
commit d56a59016921fb0fcfe7852fae018ca5ebceb695
2 changes: 1 addition & 1 deletion src/bindings/python/constraints.txt
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ numpy>=1.16.6,<1.27 # Python bindings, frontends

# pytest
pytest>=5.0,<7.5
pytest-dependency==0.5.1
pytest-dependency==0.6.0
pytest-html==4.1.1
pytest-timeout==2.2.0

Loading