Skip to content

Commit 6f4acfc

Browse files
chore(deps): bump rstest from 0.23.0 to 0.24.0 in the prod-deps group (#318)
* chore(deps): bump rstest from 0.23.0 to 0.24.0 in the prod-deps group Bumps the prod-deps group with 1 update: [rstest](https://github.com/la10736/rstest). Updates `rstest` from 0.23.0 to 0.24.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com> * fix(packaging): mark version as dynamic in pyproject.toml Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luka Peschke <luka.peschke@toucantoco.com>
1 parent 795a8c7 commit 6f4acfc

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pyo3-log = "0.11.0"
3434

3535
[dev-dependencies]
3636
pretty_assertions = "1.4.1"
37-
rstest = { version = "0.23.0", default-features = false }
37+
rstest = { version = "0.24.0", default-features = false }
3838

3939
# NOTE: This is a hack to bypass pyo3 limitations when testing:
4040
# https://pyo3.rs/v0.22.3/faq.html#i-cant-run-cargo-test-or-i-cant-build-in-a-cargo-workspace-im-having-linker-issues-like-symbol-not-found-or-undefined-reference-to-_pyexc_systemerror

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies = [
2828
"pyarrow>=8.0.0",
2929
"typing-extensions>=4.0.0; python_version<'3.10'",
3030
]
31+
dynamic = ["version"]
3132

3233
[project.optional-dependencies]
3334
pandas = ["pandas>=1.4.4"]

0 commit comments

Comments
 (0)