Skip to content

Commit 7d2bf72

Browse files
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](scipy/scipy@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](nedbat/coveragepy@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](python/mypy@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](astral-sh/ruff@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] <support@github.com>
1 parent 8ce5d3c commit 7d2bf72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

latex/python/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
dependencies = [
33
"matplotlib==3.9.0",
44
"onnx==1.16.1",
5-
"onnxscript==0.1.0.dev20240601",
5+
"onnxscript==0.1.0.dev20240701",
66
"pandas==2.2.2",
7-
"scipy==1.13.1"
7+
"scipy==1.14.0"
88
]
99
name = "UNKNOWN"
1010
version = "0.0.0"
1111

1212
[project.optional-dependencies]
1313
dev = [
1414
"check-python-script@https://api.github.com/repos/pbizopoulos/check-python-script/tarball/6b4fdb7#subdirectory=python",
15-
"coverage==7.5.3",
15+
"coverage==7.5.4",
1616
"djlint==1.34.1",
17-
"mypy==1.10.0",
18-
"ruff==0.4.7",
17+
"mypy==1.10.1",
18+
"ruff==0.5.0",
1919
"toml-sort==0.23.1"
2020
]

0 commit comments

Comments
 (0)