diff --git a/poetry.lock b/poetry.lock index 3279ecb..9c2f987 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5640,14 +5640,14 @@ scipy = ["scipy"] [[package]] name = "tqdm" -version = "4.67.3" +version = "4.68.2" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "tqdm-4.67.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf"}, - {file = "tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb"}, + {file = "tqdm-4.68.2-py3-none-any.whl", hash = "sha256:d4240441fb5353290b87d6a85968c9decc131a99b8c7faa28269d829de669ede"}, + {file = "tqdm-4.68.2.tar.gz", hash = "sha256:89c230e8dbc67c7615c142487111222f878c77427ea09549960f62389e258add"}, ] [package.dependencies] @@ -5655,10 +5655,10 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] dev = ["nbval", "pytest (>=6)", "pytest-asyncio (>=0.24)", "pytest-cov", "pytest-timeout"] -discord = ["requests"] +discord = ["envwrap", "requests"] notebook = ["ipywidgets (>=6)"] -slack = ["slack-sdk"] -telegram = ["requests"] +slack = ["envwrap", "slack-sdk"] +telegram = ["envwrap", "requests"] [[package]] name = "triton" @@ -6254,4 +6254,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "fca7cb9b188bc8cba34b83342cccc957bf3ac820126712966621968ccb095d00" +content-hash = "34f7974b8aaa462d783d8ca3db187d4540cb9a19fc2287baa0cc61248a86096e" diff --git a/pyproject.toml b/pyproject.toml index 7aad7ae..eee21a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ scikit-learn = "1.7.2" # machine learning library PyYAML = "6.0.3" # YAML parser types-PyYAML = "6.0.12.20260518" # type hints for PyYAML pandas-stubs = "2.3.3.260113" # type hints for pandas -tqdm = "4.67.3" # progress bar +tqdm = "4.68.2" # progress bar types-tqdm = "4.67.3.20260518" # type hints for tqdm pydantic = "2.13.4" # data validation pyreadr = "0.5.6" # read R data files