Skip to content

Commit 129210d

Browse files
Bump the pip group across 2 directories with 3 updates
Bumps the pip group with 1 update in the /docs directory: [requests](https://github.com/psf/requests). Bumps the pip group with 3 updates in the / directory: [requests](https://github.com/psf/requests), [onnx](https://github.com/onnx/onnx) and [black](https://github.com/psf/black). Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.33.0) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.33.0) Updates `onnx` from 1.17.0 to 1.21.0rc1 - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/commits) Updates `black` from 24.3.0 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.3.0...26.3.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: onnx dependency-version: 1.21.0rc1 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 532af44 commit 129210d

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/requirements.docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pygments==2.16.1
4444
# via sphinx
4545
pyyaml==6.0.1
4646
# via myst-parser
47-
requests==2.32.4
47+
requests==2.33.0
4848
# via
4949
# -r docs/requirements.docs.in
5050
# sphinx

requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Used to create the requirements-dev.txt file
22
# Note: `pip-compile requirements-dev.in` needs to be run before changes in requirements-dev.in are reflected in
33
# requirements-dev.txt, which is used for GitHub Actions
4-
black==24.3.0 # This should be kept in sync with the version in .pre-commit-config.yaml
4+
black==26.3.1 # This should be kept in sync with the version in .pre-commit-config.yaml
55
isort==5.12.0 # This should be kept in sync with the version in .pre-commit-config.yaml
66
autopep8==2.0.2 # This should be kept in sync with the version in .pre-commit-config.yaml
77
pre-commit

requirements-dev.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ astroid==3.0.1
88
# via pylint
99
autopep8==2.0.2
1010
# via -r requirements-dev.in
11-
black==24.3.0
11+
black==26.3.1
1212
# via -r requirements-dev.in
1313
cfgv==3.4.0
1414
# via pre-commit
@@ -38,7 +38,7 @@ packaging==23.2
3838
# via
3939
# black
4040
# pytest
41-
pathspec==0.11.2
41+
pathspec==1.0.4
4242
# via black
4343
platformdirs==3.11.0
4444
# via
@@ -57,6 +57,8 @@ pylint==3.0.2
5757
# via -r requirements-dev.in
5858
pytest==7.4.3
5959
# via -r requirements-dev.in
60+
pytokens==0.4.1
61+
# via black
6062
pyyaml==6.0.1
6163
# via pre-commit
6264
snowballstemmer==2.2.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hail
44
hdbscan
55
ipywidgets
66
networkx
7-
onnx==1.17.0
7+
onnx==1.21.0rc1
88
onnxruntime
99
scikit-learn
1010
skl2onnx

0 commit comments

Comments
 (0)