From 070cee70cebdf7101c7f59a53370026d58be9895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:15:50 +0000 Subject: [PATCH] Bump salib from 1.5.0 to 1.5.1 Bumps [salib](https://github.com/SALib/SALib) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/SALib/SALib/releases) - [Changelog](https://github.com/SALib/SALib/blob/main/CHANGELOG.md) - [Commits](https://github.com/SALib/SALib/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: salib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++--------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index c673d3e..0392529 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6483,13 +6483,13 @@ crt = ["botocore[crt] (>=1.33.2,<2.0a.0)"] [[package]] name = "salib" -version = "1.5.0" +version = "1.5.1" description = "Tools for global sensitivity analysis. Contains Sobol', Morris, FAST, DGSM, PAWN, HDMR, Moment Independent and fractional factorial methods" optional = false python-versions = ">=3.9" files = [ - {file = "salib-1.5.0-py3-none-any.whl", hash = "sha256:eefbf397769c274f2c8773935235d6642d3c94d9dcc1479dfe0e21e2160dcdee"}, - {file = "salib-1.5.0.tar.gz", hash = "sha256:04367cbe7f63c5206ec0d793b80477bb4d61d50c0b8c76db1844fe8709f7a39c"}, + {file = "salib-1.5.1-py3-none-any.whl", hash = "sha256:a978b619c5a93eb14dd8c527f12e22d354b02f1f7143aba3cb84c1c7bc1382e5"}, + {file = "salib-1.5.1.tar.gz", hash = "sha256:e4a9c319b8dd02995a8dc983f57c452cb7e5b6dbd43e7b7856c90cb6a332bb5f"}, ] [package.dependencies] @@ -7435,11 +7435,6 @@ files = [ {file = "triton-3.0.0-1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:34e509deb77f1c067d8640725ef00c5cbfcb2052a1a3cb6a6d343841f92624eb"}, {file = "triton-3.0.0-1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bcbf3b1c48af6a28011a5c40a5b3b9b5330530c3827716b5fbf6d7adcc1e53e9"}, {file = "triton-3.0.0-1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6e5727202f7078c56f91ff13ad0c1abab14a0e7f2c87e91b12b6f64f3e8ae609"}, - {file = "triton-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39b052da883351fdf6be3d93cedae6db3b8e3988d3b09ed221bccecfa9612230"}, - {file = "triton-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cd34f19a8582af96e6291d4afce25dac08cb2a5d218c599163761e8e0827208e"}, - {file = "triton-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0d5e10de8c011adeb7c878c6ce0dd6073b14367749e34467f1cff2bde1b78253"}, - {file = "triton-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e8903767951bf86ec960b4fe4e21bc970055afc65e9d57e916d79ae3c93665e3"}, - {file = "triton-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:41004fb1ae9a53fcb3e970745feb87f0e3c94c6ce1ba86e95fa3b8537894bef7"}, ] [package.dependencies] @@ -8380,4 +8375,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "95d6a8c75238eda2219b60c8cb7401fc74e7cc121bf5a7a3eaaa2490152552f9" +content-hash = "fc3b0ea5dd3b59d05d09fab69061eaa69fece9c7f7ae26c503791d1bd81f811c" diff --git a/pyproject.toml b/pyproject.toml index 8abf3b1..43c342c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pymc = "^5.16.2" pytensor = "^2.25.2" dash-bootstrap-components = "^1.6.0" dash-bootstrap-templates = "^1.2.3" -salib = "^1.5.0" +salib = "^1.5.1" matplotlib = "^3.9.2" dash-daq = "^0.5.0" ydata-profiling = "^4.10.0"