diff --git a/poetry.lock b/poetry.lock index 9ef47a5..4979c1c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "attrs" @@ -1565,13 +1565,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.3" 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.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -2090,4 +2090,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e8bb2067ce57499fe95524ab557ccfc77a6dd8f4d9522503eb85ff5858bf9f26" +content-hash = "24df3466ebc18d58d1418bd79f08432063322a94ef0806b07408f8b1b3deb2c9" diff --git a/pyproject.toml b/pyproject.toml index 67a5b02..8840aff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ numpy = "1.26.4" matplotlib = "3.8.4" opencv-python = "4.10.0.84" pandas = "1.5.3" -requests = "2.31.0" +requests = "2.32.3" Rtree = "1.2.0" scikit-image = "0.23.2" scipy = "1.13.1"