From 7d2bf72228ad574bc7e737ad22257c7d31a5c51c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:49:08 +0000 Subject: [PATCH] Bump the group group across 1 directory with 5 updates Bumps the group group with 5 updates in the /latex/python directory: | Package | From | To | | --- | --- | --- | | [onnxscript](https://github.com/microsoft/onnxscript) | `0.1.0.dev20240601` | `0.1.0.dev20240701` | | [scipy](https://github.com/scipy/scipy) | `1.13.1` | `1.14.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.3` | `7.5.4` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.7` | `0.5.0` | Updates `onnxscript` from 0.1.0.dev20240601 to 0.1.0.dev20240701 - [Commits](https://github.com/microsoft/onnxscript/commits) Updates `scipy` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.1...v1.14.0) Updates `coverage` from 7.5.3 to 7.5.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.3...7.5.4) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) Updates `ruff` from 0.4.7 to 0.5.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.7...0.5.0) --- updated-dependencies: - dependency-name: onnxscript dependency-type: direct:production update-type: version-update:semver-patch dependency-group: group - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: group - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: group - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: group ... Signed-off-by: dependabot[bot] --- latex/python/pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/latex/python/pyproject.toml b/latex/python/pyproject.toml index ba4ee00..008dcac 100644 --- a/latex/python/pyproject.toml +++ b/latex/python/pyproject.toml @@ -2,9 +2,9 @@ dependencies = [ "matplotlib==3.9.0", "onnx==1.16.1", - "onnxscript==0.1.0.dev20240601", + "onnxscript==0.1.0.dev20240701", "pandas==2.2.2", - "scipy==1.13.1" + "scipy==1.14.0" ] name = "UNKNOWN" version = "0.0.0" @@ -12,9 +12,9 @@ version = "0.0.0" [project.optional-dependencies] dev = [ "check-python-script@https://api.github.com/repos/pbizopoulos/check-python-script/tarball/6b4fdb7#subdirectory=python", - "coverage==7.5.3", + "coverage==7.5.4", "djlint==1.34.1", - "mypy==1.10.0", - "ruff==0.4.7", + "mypy==1.10.1", + "ruff==0.5.0", "toml-sort==0.23.1" ]