diff --git a/poetry.lock b/poetry.lock index 4fcb1890..53443d74 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2304,13 +2304,13 @@ optree = ["optree (>=0.11.0)"] [[package]] name = "tqdm" -version = "4.66.5" +version = "4.66.6" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.5-py3-none-any.whl", hash = "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd"}, - {file = "tqdm-4.66.5.tar.gz", hash = "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad"}, + {file = "tqdm-4.66.6-py3-none-any.whl", hash = "sha256:223e8b5359c2efc4b30555531f09e9f2f3589bcd7fdd389271191031b49b7a63"}, + {file = "tqdm-4.66.6.tar.gz", hash = "sha256:4bdd694238bef1485ce839d67967ab50af8f9272aab687c0d7702a01da0be090"}, ] [package.dependencies] @@ -2444,4 +2444,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "2e6d8afed2b77219a910525fca981cb69ec6af60776e60553ab04a9d136e147b" +content-hash = "4999662979e2c87b43b741469352e7b2d95accca0ce078cb47c5bcbe13db6277" diff --git a/pyproject.toml b/pyproject.toml index 04568661..dbd0855d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pandas = "2.2.3" pfilter = "0.2.5" requests = "2.32.3" scipy = "1.13.1" -tqdm = "4.66.5" +tqdm = "4.66.6" seaborn = "^0.13.0" pynput = "^1.7.6"