From 03cfb5b6e484d619c71a226c1253aed1a6235d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:11:38 +0000 Subject: [PATCH] build(deps): update pytest-datadir requirement Updates the requirements on [pytest-datadir](https://github.com/gabrielcnr/pytest-datadir) to permit the latest version. - [Release notes](https://github.com/gabrielcnr/pytest-datadir/releases) - [Changelog](https://github.com/gabrielcnr/pytest-datadir/blob/master/CHANGELOG.rst) - [Commits](https://github.com/gabrielcnr/pytest-datadir/compare/v1.5.0...v1.8.0) --- updated-dependencies: - dependency-name: pytest-datadir dependency-version: 1.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- binoc-python/pyproject.toml | 2 +- model-plugins/binoc-sqlite/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binoc-python/pyproject.toml b/binoc-python/pyproject.toml index e14ad78..e3eea50 100644 --- a/binoc-python/pyproject.toml +++ b/binoc-python/pyproject.toml @@ -32,7 +32,7 @@ Documentation = "https://github.com/harvard-lil/binoc/tree/main/docs" binoc = "binoc.__main__:main" [project.optional-dependencies] -dev = ["pytest>=8.0", "pytest-datadir>=1.5", "maturin>=1.7,<2.0", "tomli>=2.0; python_version < '3.11'"] +dev = ["pytest>=8.0", "pytest-datadir>=1.8.0", "maturin>=1.7,<2.0", "tomli>=2.0; python_version < '3.11'"] [build-system] requires = ["maturin>=1.7,<2.0"] diff --git a/model-plugins/binoc-sqlite/uv.lock b/model-plugins/binoc-sqlite/uv.lock index 4b1e057..c515626 100644 --- a/model-plugins/binoc-sqlite/uv.lock +++ b/model-plugins/binoc-sqlite/uv.lock @@ -11,7 +11,7 @@ source = { editable = "../../binoc-python" } requires-dist = [ { name = "maturin", marker = "extra == 'dev'", specifier = ">=1.7,<2.0" }, { name = "pytest", marker = "extra == 'dev'", specifier = ">=8.0" }, - { name = "pytest-datadir", marker = "extra == 'dev'", specifier = ">=1.5" }, + { name = "pytest-datadir", marker = "extra == 'dev'", specifier = ">=1.8.0" }, { name = "tomli", marker = "python_full_version < '3.11' and extra == 'dev'", specifier = ">=2.0" }, ] provides-extras = ["dev"]