From 5a0faa20dfd53620590f0cf23a5ea39cc0caf71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:29:00 +0000 Subject: [PATCH] build(deps): bump tqdm in /scripts in the pip-deps group Bumps the pip-deps group in /scripts with 1 update: [tqdm](https://github.com/tqdm/tqdm). Updates `tqdm` from 4.66.6 to 4.67.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.6...v4.67.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- scripts/poetry.lock | 9 +++++---- scripts/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/poetry.lock b/scripts/poetry.lock index 2d8811a08..4a1cbddbe 100644 --- a/scripts/poetry.lock +++ b/scripts/poetry.lock @@ -716,13 +716,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.6" +version = "4.67.0" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.6-py3-none-any.whl", hash = "sha256:223e8b5359c2efc4b30555531f09e9f2f3589bcd7fdd389271191031b49b7a63"}, - {file = "tqdm-4.66.6.tar.gz", hash = "sha256:4bdd694238bef1485ce839d67967ab50af8f9272aab687c0d7702a01da0be090"}, + {file = "tqdm-4.67.0-py3-none-any.whl", hash = "sha256:0cd8af9d56911acab92182e88d763100d4788bdf421d251616040cc4d44863be"}, + {file = "tqdm-4.67.0.tar.gz", hash = "sha256:fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a"}, ] [package.dependencies] @@ -730,6 +730,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"] +discord = ["requests"] notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] telegram = ["requests"] @@ -796,4 +797,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7557471cdce72b5ed0bef64509d84ed623d71af419a4bbcb504b420c0c529267" +content-hash = "9e76af792f4b42c6a26cd9f08367c773142ed62e9473fb448abdde5d58f3c3f0" diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 862075e31..67613704d 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" requests = "^2.32.3" -tqdm = "^4.66.6" +tqdm = "^4.67.0" matplotlib = "3.9.2" psutil = "^6.1.0" markdown-strings = "^3.4.0"