diff --git a/poetry.lock b/poetry.lock index c68b4b99b608..338051616de0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6138,13 +6138,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.1" +version = "4.66.4" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.1-py3-none-any.whl", hash = "sha256:d302b3c5b53d47bce91fea46679d9c3c6508cf6332229aa1e7d8653723793386"}, - {file = "tqdm-4.66.1.tar.gz", hash = "sha256:d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7"}, + {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, + {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, ] [package.dependencies] @@ -7172,4 +7172,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.11" -content-hash = "b6a9614a0c658a1bacba6e502cb9c946590365182e2eb44879d31e66b22f5973" +content-hash = "a77512f8be7d2fc6b090d78a3478296c78c7eb9cec2896611d17e912f7ec8191" diff --git a/pyproject.toml b/pyproject.toml index 1b7d66c99b54..f12597c3714c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,7 +152,7 @@ boto3 = "^1.23.5" jsonschema = "^4.6.0" db-dtypes = "^1.0.1" json5 = "^0.9.10" -tqdm = "^4.66.1" +tqdm = "^4.66.3" tabulate = ">=0.8.9,<0.10.0" jira = "^3.5.2" junitparser = "^3.1.0"