From 87d9dafb27396330d72f11bcec30b605d2db139c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:54:47 +0000 Subject: [PATCH] Chore(deps): Bump tqdm from 4.65.2 to 4.66.4 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.2 to 4.66.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.2...v4.66.4) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 17fd36c..49622d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -706,13 +706,13 @@ files = [ [[package]] name = "tqdm" -version = "4.65.2" +version = "4.66.4" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.65.2-py3-none-any.whl", hash = "sha256:6c431f7dee4f57284c8f4bd2eb1d4af00d730d38cc6098bd79880bcbec676276"}, - {file = "tqdm-4.65.2.tar.gz", hash = "sha256:5f7d8b4ac76016ce9d51a7f0ea30d30984888d97c474fdc4a4148abfb5ee76aa"}, + {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, + {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, ] [package.dependencies] @@ -841,4 +841,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7,<4.0" -content-hash = "89fe97c85b73ce907f5b2c64e65bded6957909ddc2c4d538af7e4206e3168c5f" +content-hash = "bc45f74be1ab25e1d1712d5d63db2716e64295c10678e3abb132c837d39f3b91" diff --git a/pyproject.toml b/pyproject.toml index 62a07ab..a133d93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ click = ">=8.0.4,<8.2.0" comtypes = "~=1.1.11" cssselect = ">=1.1,<1.3" httpx = "~=0.23.0" -tqdm = ">=4.62.3,<4.66.0" +tqdm = ">=4.62.3,<4.67.0" pycryptodomex = "~=3.14.1" regex = "~=2022.10.31" yarl = "~=1.8.1"