diff --git a/poetry.lock b/poetry.lock index be4e0be7..d692a327 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2129,18 +2129,18 @@ files = [ [[package]] name = "requests" -version = "2.32.3" +version = "2.32.4" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, + {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2,<4" +charset_normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" @@ -2530,4 +2530,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "0fe0946811f186251570be4633c5e0ec7fcbec028ed29301767e4b5e53a2f52a" +content-hash = "92923855c758ba5d4667632192d843efae0b0d5b86c1618d69f78d3cf1271e87" diff --git a/pyproject.toml b/pyproject.toml index 20de0209..d4b918b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ numpy = "2.0.1" paho-mqtt = "2.1.0" pandas = "2.2.3" pfilter = "0.2.5" -requests = "2.32.3" +requests = "2.32.4" scipy = "1.13.1" tqdm = "4.67.0" seaborn = "^0.13.0"