diff --git a/poetry.lock b/poetry.lock index 87b93c0..db6da5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3110,21 +3110,22 @@ files = [ [[package]] name = "tqdm" -version = "4.66.4" +version = "4.67.3" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, - {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, + {file = "tqdm-4.67.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf"}, + {file = "tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb"}, ] [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] -dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"] +dev = ["nbval", "pytest (>=6)", "pytest-asyncio (>=0.24)", "pytest-cov", "pytest-timeout"] +discord = ["requests"] notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] @@ -3224,4 +3225,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "d6fd9b537ff4af93e9307ff55e1c22ea9f778944eb635330d08198dfe544802f" +content-hash = "5d5845d359639ca25627a2c0de5af0698367950696bcd2ab054324640fb8584a" diff --git a/pyproject.toml b/pyproject.toml index 58b39d7..3fde4a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ seaborn = "0.13.2" six = "1.17.0" SQLAlchemy = "2.0.49" threadpoolctl = "3.6.0" -tqdm = "4.66.4" +tqdm = "4.67.3" typing_extensions = "4.15.0" tzdata = "2026.2" urllib3 = "2.6.3"