diff --git a/poetry.lock b/poetry.lock index 6e9b5cc..0bced11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3177,21 +3177,20 @@ files = [ [[package]] name = "tqdm" -version = "4.68.2" +version = "4.68.3" description = "Fast, Extensible Progress Meter" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "tqdm-4.68.2-py3-none-any.whl", hash = "sha256:d4240441fb5353290b87d6a85968c9decc131a99b8c7faa28269d829de669ede"}, - {file = "tqdm-4.68.2.tar.gz", hash = "sha256:89c230e8dbc67c7615c142487111222f878c77427ea09549960f62389e258add"}, + {file = "tqdm-4.68.3-py3-none-any.whl", hash = "sha256:39832cc2def2789a6f29df83f172db7416cea70052c0907a57801c5f2fdccb03"}, + {file = "tqdm-4.68.3.tar.gz", hash = "sha256:00dfa48452b6b6cfae3dd9885636c23d3422d1ec97c66d96818cbd5e0821d482"}, ] [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] -dev = ["nbval", "pytest (>=6)", "pytest-asyncio (>=0.24)", "pytest-cov", "pytest-timeout"] discord = ["envwrap", "requests"] notebook = ["ipywidgets (>=6)"] slack = ["envwrap", "slack-sdk"] @@ -3292,4 +3291,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "896b710ba9554fdfd82fa9493898263b0b27345eed13cf36c3dee67069a73ff8" +content-hash = "7117100d12437ac2f693487afdc080f20cf61370b942eb0c0594575bb6b64ae3" diff --git a/pyproject.toml b/pyproject.toml index d7988f0..71baf4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ seaborn = "0.13.2" six = "1.17.0" SQLAlchemy = "2.0.50" threadpoolctl = "3.6.0" -tqdm = "4.68.2" +tqdm = "4.68.3" typing_extensions = "4.15.0" tzdata = "2026.2" urllib3 = "2.6.3"