From bcf6f922facc06fdb33000f3e6526e6a6464105c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 13:57:49 -0700 Subject: [PATCH] Bump tqdm from 4.64.1 to 4.66.3 (#12) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index cd4c175..36d0da4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "appnope" @@ -543,20 +543,20 @@ files = [ [[package]] name = "tqdm" -version = "4.64.1" +version = "4.66.3" description = "Fast, Extensible Progress Meter" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" +python-versions = ">=3.7" files = [ - {file = "tqdm-4.64.1-py2.py3-none-any.whl", hash = "sha256:6fee160d6ffcd1b1c68c65f14c829c22832bc401726335ce92c52d395944a6a1"}, - {file = "tqdm-4.64.1.tar.gz", hash = "sha256:5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4"}, + {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, + {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, ] [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] -dev = ["py-make (>=0.1.0)", "twine", "wheel"] +dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"] notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] @@ -623,4 +623,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9.0,<4" -content-hash = "fd9a36b74836fc2cef54d37639ec8c0846630fae6375068aa34ffa445c2f1bc9" +content-hash = "97f01ca43e054da6e86898d18b890ff0904f872bd55f015ffbea15367b4a6d47" diff --git a/pyproject.toml b/pyproject.toml index a788d28..3048630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ rig_meters = 'ham_tools.cli.rig_meters:main' [tool.poetry.dependencies] python = ">=3.9.0,<4" pyserial = "^3.5" -tqdm = "^4.63.0" +tqdm = "^4.66.3" colorama = "^0.4.4" [tool.poetry.dev-dependencies]