diff --git a/poetry.lock b/poetry.lock index 0980cf6..334b155 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5543,14 +5543,14 @@ scipy = ["scipy"] [[package]] name = "tqdm" -version = "4.67.1" +version = "4.67.3" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2"}, - {file = "tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2"}, + {file = "tqdm-4.67.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf"}, + {file = "tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb"}, ] [package.dependencies] @@ -6157,4 +6157,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "ac9a6e9b3752b051868bec39b96f48fa07f709ca487bd5fc6e412c9c4a60dcea" +content-hash = "f167299901bfc9838d344a7e8a4f76d52ef81fa94b20734272dd90070e05707c" diff --git a/pyproject.toml b/pyproject.toml index dc2c6d8..d53f28f 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.20260408" # type hints for PyYAML pandas-stubs = "2.3.3.260113" # type hints for pandas -tqdm = "4.67.1" # progress bar +tqdm = "4.67.3" # progress bar types-tqdm = "4.67.3.20260408" # type hints for tqdm pydantic = "2.12.5" # data validation pyreadr = "0.5.4" # read R data files