diff --git a/poetry.lock b/poetry.lock index 5942b20..21718d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aioftp" @@ -3692,20 +3692,20 @@ files = [ [[package]] name = "tqdm" -version = "4.64.0" +version = "4.66.3" description = "Fast, Extensible Progress Meter" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" +python-versions = ">=3.7" files = [ - {file = "tqdm-4.64.0-py2.py3-none-any.whl", hash = "sha256:74a2cdefe14d11442cedf3ba4e21a3b84ff9a2dbdc6cfae2c34addb2a14a5ea6"}, - {file = "tqdm-4.64.0.tar.gz", hash = "sha256:40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d"}, + {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, + {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, ] [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] -dev = ["py-make (>=0.1.0)", "twine", "wheel"] +dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"] notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] @@ -3940,4 +3940,4 @@ preprocessing = [] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "021837e1f5e10af896165f7078bc0e1ae871108215ddce09c91f8f5b9b187e4b" +content-hash = "09b9a65193aa2c3c6740922e54b4abdf6a9a83f6678b8efa6381c986eeef3aab" diff --git a/pyproject.toml b/pyproject.toml index db252f8..b6f4a98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ numpy = "1.26.2" pyarrow = ">=11.0.0" pycparser = "2.21" pyreaddbc = ">=1.1.0" -tqdm = "4.64.0" +tqdm = "4.66.3" wget = "^3.2" loguru = "^0.6.0" Unidecode = "^1.3.6"