Skip to content

Commit

Permalink
chore(deps): update rstest requirement in the minor group
Browse files Browse the repository at this point in the history
Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version.

Updates `rstest` to 0.22.0
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.22.0...v0.22.0)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent bdbc2ff commit a98854f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ path = "tests/lib.rs"
[workspace.dependencies]
pyo3 = "0.22.2"
pythonize = "0.22.0"
rstest = "0.22.0"
rstest = "0.23.0"
serde = "1.0"
serde_json = "1.0"
strum = "0.26.2"
Expand Down

0 comments on commit a98854f

Please sign in to comment.