diff --git a/poetry.lock b/poetry.lock index e040681..f11c5d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2942,13 +2942,13 @@ files = [ [[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] @@ -2956,6 +2956,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"] @@ -3171,4 +3172,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.12" -content-hash = "0df9dab0eb9ab8b41113f46757baa1fb70b20c4fddfcc35aca87fc61f59ff621" +content-hash = "c9907c65432f4644847744e69023ee376690f7c60492c998339b339d9746ecc0" diff --git a/pyproject.toml b/pyproject.toml index f5e7c43..193942e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pytest-cov = "*" seaborn = "^0.13.2" dask = "^2024.7.0" -tqdm = "^4.66.6" +tqdm = "^4.67.0" matplotlib = "^3.9.2" refinitiv-data = "*" clarabel = "*"