Skip to content

Commit

Permalink
chore(deps): Bump the github-actions group across 1 directory with 5 …
Browse files Browse the repository at this point in the history
…updates

Bumps the github-actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [numpy](https://github.com/numpy/numpy) | `2.1.2` | `2.1.3` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.28.2` | `5.28.3` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.0.4` | `3.1.3` |
| [boto3](https://github.com/boto/boto3) | `1.35.43` | `1.35.57` |
| [pymarkdownlnt](https://github.com/jackdewinter/pymarkdown) | `0.9.22` | `0.9.25` |



Updates `numpy` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.2...v2.1.3)

Updates `protobuf` from 5.28.2 to 5.28.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.28.2...v5.28.3)

Updates `werkzeug` from 3.0.4 to 3.1.3
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.4...3.1.3)

Updates `boto3` from 1.35.43 to 1.35.57
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.43...1.35.57)

Updates `pymarkdownlnt` from 0.9.22 to 0.9.25
- [Release notes](https://github.com/jackdewinter/pymarkdown/releases)
- [Changelog](https://github.com/jackdewinter/pymarkdown/blob/main/changelog.md)
- [Commits](jackdewinter/pymarkdown@v0.9.22...v0.9.25)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: pymarkdownlnt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 0ad326b commit 6b9cce7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ classifiers = [
dependencies = [
"flask==3.0.3",
"joblib==1.4.2",
"numpy==2.1.2",
"numpy==2.1.3",
"pandas==2.2.3",
"prometheus-api-client==0.5.5",
"prometheus-client==0.21.0",
"protobuf==5.28.2",
"protobuf==5.28.3",
"psutil==6.1.0",
"py-cpuinfo==9.0.0",
"pyudev==0.24.3",
"pyyaml_env_tag==0.1",
"scikit-learn==1.5.2",
"scipy==1.14.1",
"seaborn==0.13.2",
"Werkzeug==3.0.4",
"Werkzeug==3.1.3",
"xgboost==2.1.2",
"boto3==1.35.43",
"pymarkdownlnt==0.9.22",
"boto3==1.35.57",
"pymarkdownlnt==0.9.25",
"yamllint==1.35.1",
"requests-file==2.1.0",
]
Expand Down

0 comments on commit 6b9cce7

Please sign in to comment.