Skip to content

Commit 775f1b8

Browse files
Bump the python-dev group across 2 directories with 3 updates
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-datadir](https://github.com/gabrielcnr/pytest-datadir) and [maturin](https://github.com/pyo3/maturin) to permit the latest version. Updates `pytest` from 9.0.3 to 9.1.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@9.0.3...9.1.1) Updates `pytest-datadir` to 1.8.0 - [Release notes](https://github.com/gabrielcnr/pytest-datadir/releases) - [Changelog](https://github.com/gabrielcnr/pytest-datadir/blob/master/CHANGELOG.rst) - [Commits](gabrielcnr/pytest-datadir@v1.5.0...v1.8.0) Updates `pytest` from 9.0.3 to 9.1.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@9.0.3...9.1.1) Updates `pytest` from 9.0.3 to 9.1.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@9.0.3...9.1.1) Updates `pytest-datadir` to 1.8.0 - [Release notes](https://github.com/gabrielcnr/pytest-datadir/releases) - [Changelog](https://github.com/gabrielcnr/pytest-datadir/blob/master/CHANGELOG.rst) - [Commits](gabrielcnr/pytest-datadir@v1.5.0...v1.8.0) Updates `maturin` from 1.13.3 to 1.14.1 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.13.3...v1.14.1) Updates `pytest` from 9.0.3 to 9.1.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@9.0.3...9.1.1) Updates `pytest-datadir` to 1.8.0 - [Release notes](https://github.com/gabrielcnr/pytest-datadir/releases) - [Changelog](https://github.com/gabrielcnr/pytest-datadir/blob/master/CHANGELOG.rst) - [Commits](gabrielcnr/pytest-datadir@v1.5.0...v1.8.0) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dev - dependency-name: pytest-datadir dependency-version: 1.8.0 dependency-type: direct:production dependency-group: python-dev - dependency-name: pytest-datadir dependency-version: 1.8.0 dependency-type: direct:production dependency-group: python-dev - dependency-name: pytest-datadir dependency-version: 1.8.0 dependency-type: direct:production dependency-group: python-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 501c84a commit 775f1b8

4 files changed

Lines changed: 29 additions & 29 deletions

File tree

model-plugins/binoc-html/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies = ["binoc>=0.1"]
99
binoc-html = "binoc_html:register"
1010

1111
[project.optional-dependencies]
12-
dev = ["pytest>=8.0"]
12+
dev = ["pytest>=9.1.1"]
1313

1414
[build-system]
1515
requires = ["hatchling"]

model-plugins/binoc-html/uv.lock

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

model-plugins/binoc-stat-binary/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Documentation = "https://github.com/harvard-lil/binoc/tree/main/model-plugins/bi
3131
binoc-stat-binary = "binoc_stat_binary"
3232

3333
[project.optional-dependencies]
34-
dev = ["pytest>=8.0", "maturin>=1.7,<2.0", "tomli>=2.0; python_version < '3.11'"]
34+
dev = ["pytest>=9.1.1", "maturin>=1.14.1,<2.0", "tomli>=2.0; python_version < '3.11'"]
3535

3636
[build-system]
37-
requires = ["maturin>=1.7,<2.0"]
37+
requires = ["maturin>=1.14.1,<2.0"]
3838
build-backend = "maturin"
3939

4040
[tool.maturin]

model-plugins/binoc-stat-binary/uv.lock

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

0 commit comments

Comments
 (0)