Skip to content

Commit

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

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

| Package | From | To |
| --- | --- | --- |
| [flask](https://github.com/pallets/flask) | `3.0.3` | `3.1.0` |
| [numpy](https://github.com/numpy/numpy) | `2.1.2` | `2.2.0` |
| [prometheus-client](https://github.com/prometheus/client_python) | `0.21.0` | `0.21.1` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.28.2` | `5.29.1` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.5.2` | `1.6.0` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.0.4` | `3.1.3` |
| [xgboost](https://github.com/dmlc/xgboost) | `2.1.2` | `2.1.3` |
| [boto3](https://github.com/boto/boto3) | `1.35.43` | `1.35.81` |
| [pymarkdownlnt](https://github.com/jackdewinter/pymarkdown) | `0.9.22` | `0.9.26` |



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

Updates `numpy` from 2.1.2 to 2.2.0
- [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.2.0)

Updates `prometheus-client` from 0.21.0 to 0.21.1
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.21.0...v0.21.1)

Updates `protobuf` from 5.28.2 to 5.29.1
- [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.29.1)

Updates `scikit-learn` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.5.2...1.6.0)

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 `xgboost` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/dmlc/xgboost/releases)
- [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md)
- [Commits](dmlc/xgboost@v2.1.2...v2.1.3)

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

Updates `pymarkdownlnt` from 0.9.22 to 0.9.26
- [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.26)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: prometheus-client
  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-minor
  dependency-group: github-actions
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: xgboost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Dec 16, 2024
1 parent 07c1c3e commit 062d626
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
dependencies = [
"flask==3.0.3",
"flask==3.1.0",
"joblib==1.4.2",
"numpy==2.1.2",
"numpy==2.2.0",
"pandas==2.2.3",
"prometheus-api-client==0.5.5",
"prometheus-client==0.21.0",
"protobuf==5.28.2",
"prometheus-client==0.21.1",
"protobuf==5.29.1",
"psutil==6.1.0",
"py-cpuinfo==9.0.0",
"pyudev==0.24.3",
"pyyaml_env_tag==0.1",
"scikit-learn==1.5.2",
"scikit-learn==1.6.0",
"scipy==1.14.1",
"seaborn==0.13.2",
"Werkzeug==3.0.4",
"xgboost==2.1.2",
"boto3==1.35.43",
"pymarkdownlnt==0.9.22",
"Werkzeug==3.1.3",
"xgboost==2.1.3",
"boto3==1.35.81",
"pymarkdownlnt==0.9.26",
"yamllint==1.35.1",
"requests-file==2.1.0",
]
Expand Down

0 comments on commit 062d626

Please sign in to comment.