diff --git a/poetry.lock b/poetry.lock index 857eb7c8..beeb4732 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2304,13 +2304,13 @@ optree = ["optree (>=0.11.0)"] [[package]] name = "tqdm" -version = "4.66.6" +version = "4.67.0" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.6-py3-none-any.whl", hash = "sha256:223e8b5359c2efc4b30555531f09e9f2f3589bcd7fdd389271191031b49b7a63"}, - {file = "tqdm-4.66.6.tar.gz", hash = "sha256:4bdd694238bef1485ce839d67967ab50af8f9272aab687c0d7702a01da0be090"}, + {file = "tqdm-4.67.0-py3-none-any.whl", hash = "sha256:0cd8af9d56911acab92182e88d763100d4788bdf421d251616040cc4d44863be"}, + {file = "tqdm-4.67.0.tar.gz", hash = "sha256:fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a"}, ] [package.dependencies] @@ -2318,6 +2318,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"] +discord = ["requests"] notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] @@ -2444,4 +2445,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d896add0a80ca8c607718f6da6f4a5068c499a9af2bfe34d6760b7f04e06cff4" +content-hash = "27bae198ee9c0b5f51a19370ef937958db4e35585be4e4c4f74a0a5a974a85cf" diff --git a/pyproject.toml b/pyproject.toml index 34ebc8d9..3eee36d3 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.6" +tqdm = "4.67.0" seaborn = "^0.13.0" pynput = "^1.7.6"