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", ]