From 1f6aab094684cdc0696c96243e6a683af81abe75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:58:26 +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.67.0 to 4.67.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.0...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- scripts/poetry.lock | 10 +++++----- scripts/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/poetry.lock b/scripts/poetry.lock index 4a1cbddbe..1b668f4ae 100644 --- a/scripts/poetry.lock +++ b/scripts/poetry.lock @@ -716,20 +716,20 @@ files = [ [[package]] name = "tqdm" -version = "4.67.0" +version = "4.67.1" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.67.0-py3-none-any.whl", hash = "sha256:0cd8af9d56911acab92182e88d763100d4788bdf421d251616040cc4d44863be"}, - {file = "tqdm-4.67.0.tar.gz", hash = "sha256:fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a"}, + {file = "tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2"}, + {file = "tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2"}, ] [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] -dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"] +dev = ["nbval", "pytest (>=6)", "pytest-asyncio (>=0.24)", "pytest-cov", "pytest-timeout"] discord = ["requests"] notebook = ["ipywidgets (>=6)"] slack = ["slack-sdk"] @@ -797,4 +797,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "9e76af792f4b42c6a26cd9f08367c773142ed62e9473fb448abdde5d58f3c3f0" +content-hash = "4e5ade442863ef3509e20d074e2baae3bc52b1354448bc85e7f8d8478b16fe5b" diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 67613704d..0d41715d5 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.67.0" +tqdm = "^4.67.1" matplotlib = "3.9.2" psutil = "^6.1.0" markdown-strings = "^3.4.0"