From 4ec8be3d36288bdab7affbe2c8f2bd75be38fe9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:24:04 +0000 Subject: [PATCH] Chore(deps): Bump tqdm from 4.65.2 to 4.66.2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.2 to 4.66.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.2...v4.66.2) --- 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..97c61db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -706,13 +706,13 @@ files = [ [[package]] name = "tqdm" -version = "4.65.2" +version = "4.66.2" 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.2-py3-none-any.whl", hash = "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9"}, + {file = "tqdm-4.66.2.tar.gz", hash = "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531"}, ] [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"