From 062d626aa82ce2be1c1ef46f288e1d868ad1ab72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:53:30 +0000 Subject: [PATCH] chore(deps): Bump the github-actions group across 1 directory with 9 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](https://github.com/pallets/flask/compare/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](https://github.com/numpy/numpy/compare/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](https://github.com/prometheus/client_python/compare/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](https://github.com/protocolbuffers/protobuf/compare/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](https://github.com/scikit-learn/scikit-learn/compare/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](https://github.com/pallets/werkzeug/compare/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](https://github.com/dmlc/xgboost/compare/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](https://github.com/boto/boto3/compare/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](https://github.com/jackdewinter/pymarkdown/compare/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] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83cb7688..737627bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]