From abe752663497cc7e89df6f4fca940ef5abd59022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:33:03 +0000 Subject: [PATCH] Bump tqdm from 4.66.5 to 4.66.6 in /automation Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.66.6. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.66.6) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- automation/poetry.lock | 8 ++++---- automation/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"