diff --git a/poetry.lock b/poetry.lock index 9e0bfb3..4cb2966 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "atomicwrites" @@ -1117,13 +1117,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -1461,4 +1461,4 @@ viz = ["matplotlib", "nc-time-axis", "seaborn"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "27e677deb8de7520fb82b22b5a91467786985917bf3ee6e6e721d0bf39011b98" +content-hash = "ba5da758c1371d0c8e084c0e7b01cbf68b9176152a04e03a1fe642fe6c6a1a6f" diff --git a/pyproject.toml b/pyproject.toml index d2a5f6c..d421ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ PyYAML = ">=6.0" statsmodels = "^0.14.0" tensorly = "^0.8.1" statannotations = "^0.6.0" -requests = "^2.31.0" +requests = "^2.32.0" setuptools = "^69.5.1" [tool.poetry.group.dev.dependencies]