diff --git a/poetry.lock b/poetry.lock index 3d090c262680..48cc59acf50a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7336,13 +7336,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.2" +version = "4.66.4" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.2-py3-none-any.whl", hash = "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9"}, - {file = "tqdm-4.66.2.tar.gz", hash = "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"}, + {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, + {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, ] [package.dependencies] diff --git a/requirements-dev.txt b/requirements-dev.txt index 431907d8fdc9..02fb6580f4b4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -290,7 +290,7 @@ tomli==2.0.1 ; python_version >= "3.9" and python_version < "4.0" tomlkit==0.12.4 ; python_version >= "3.9" and python_version < "4.0" toolz==0.12.1 ; python_version >= "3.9" and python_version < "4.0" tornado==6.4 ; python_version >= "3.10" and python_version < "3.13" -tqdm==4.66.2 ; python_version >= "3.9" and python_version < "4.0" +tqdm==4.66.4 ; python_version >= "3.9" and python_version < "4.0" traitlets==5.14.3 ; python_version >= "3.9" and python_version < "4.0" traittypes==0.2.1 ; python_version >= "3.10" and python_version < "3.13" trino==0.328.0 ; python_version >= "3.9" and python_version < "4.0"