diff --git a/poetry.lock b/poetry.lock index b1d50b9..4d0fce1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1551,20 +1551,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"] @@ -1701,4 +1701,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "77b3a0825100a8be213b456741ba721b025082cb39186dfae866531f509f551d" +content-hash = "6f1e3aea900c9e79cd313f175d61b2802492875650234a5f3d2d1386702e9b2a" diff --git a/pyproject.toml b/pyproject.toml index 0ce4698..b6b7506 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ acrclient = "^0.4.6" configargparse = "^1.7" pyocclient = "^0.6" requests = "^2.32" -tqdm = "^4.67.0" +tqdm = "^4.67.1" minio = "^7.2.9" cachecontrol = "^0.14.1"