diff --git a/automation/poetry.lock b/automation/poetry.lock index f2b6f37..4683918 100644 --- a/automation/poetry.lock +++ b/automation/poetry.lock @@ -1162,13 +1162,13 @@ test = ["pytest", "ruff"] [[package]] name = "tqdm" -version = "4.66.5" +version = "4.66.6" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.5-py3-none-any.whl", hash = "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd"}, - {file = "tqdm-4.66.5.tar.gz", hash = "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad"}, + {file = "tqdm-4.66.6-py3-none-any.whl", hash = "sha256:223e8b5359c2efc4b30555531f09e9f2f3589bcd7fdd389271191031b49b7a63"}, + {file = "tqdm-4.66.6.tar.gz", hash = "sha256:4bdd694238bef1485ce839d67967ab50af8f9272aab687c0d7702a01da0be090"}, ] [package.dependencies] @@ -1274,4 +1274,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "245b75df9f07d04c58ed95d10eac905325545f3731c1b5244e0532ce441d2374" +content-hash = "8429b04454e905c29cde2052dc8d105457887d4b708736442f3230b71402541f" diff --git a/automation/pyproject.toml b/automation/pyproject.toml index e54b0a8..13c9fc5 100644 --- a/automation/pyproject.toml +++ b/automation/pyproject.toml @@ -15,7 +15,7 @@ df-translation-toolkit = {version = "^0.7.0", source = "dfint"} alternative-encodings = {version = "^0.3.1", source = "dfint"} langcodes = {extras = ["data"], version = "^3.4.1"} scour = "^0.38.2" -tqdm = "^4.66.5" +tqdm = "^4.66.6" [tool.poetry.group.dev.dependencies] ruff = "^0.7.1"