From 44df40ec0ee0dc527d6eeded7bfa0d23f6987066 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Fri, 18 Oct 2024 12:22:23 +0200 Subject: [PATCH] Bump tqdm from 4.66.1 to 4.66.5 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 388e6cc6..a68e4fe5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3821,13 +3821,13 @@ files = [ [[package]] name = "tqdm" -version = "4.66.3" +version = "4.66.5" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, - {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, + {file = "tqdm-4.66.5-py3-none-any.whl", hash = "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd"}, + {file = "tqdm-4.66.5.tar.gz", hash = "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad"}, ] [package.dependencies] @@ -3992,4 +3992,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dc3458bfcb77774f3eaf9cbcd9a5af12e47892de2c96abef59b7b9304eb1ab3a" +content-hash = "e776197bcf95e19add41cdf5b2e0168bdf564b016df2881e6b9a792208b229f2" diff --git a/pyproject.toml b/pyproject.toml index 8a222053..3ac20808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ beautifulsoup4 = "^4.12.1" lxml = "^4.9.3" pyyaml = "^6.0.1" more-itertools = "^10.1.0" -tqdm = "^4.66.1" +tqdm = "^4.66.5" synphot = "^1.4.0" skycalc-ipy = ">=0.5.1"