From 0607e8cf9f99953027d21fc806cb8a1dc1e82f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:29:04 +0000 Subject: [PATCH] Bump tqdm from 4.65.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index ceacd03..67d2ba4 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 = "asgiref" @@ -1501,20 +1501,20 @@ files = [ [[package]] name = "tqdm" -version = "4.65.0" +version = "4.66.3" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.65.0-py3-none-any.whl", hash = "sha256:c4f53a17fe37e132815abceec022631be8ffe1b9381c2e6e30aa70edc99e9671"}, - {file = "tqdm-4.65.0.tar.gz", hash = "sha256:1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5"}, + {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"] @@ -1670,4 +1670,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "867baf9ed02b9e8316512d20757c3328b5d5ca3e16a7ea37c6e61b44d83c4e3b" +content-hash = "4e13fb5bb3d97306fa83e6e7d2eab9299342087424463a9a01d99b9e8a2c2e23" diff --git a/pyproject.toml b/pyproject.toml index a84a3cf..9e623c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ google-api-python-client = "1.7.11" beautifulsoup4 = "^4.12.2" django-htmlmin = "^0.11.0" requests = "^2.31.0" -tqdm = "^4.65.0" +tqdm = "^4.66.3" django-webpack5-loader = "0.8.5" django-extensions = "^3.2.3" djangorestframework = "^3.14.0"