diff --git a/poetry.lock b/poetry.lock index c731027..e3b54ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -433,20 +433,20 @@ regex = ["regex (>=2020.4.4)"] [[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"] @@ -511,4 +511,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ca39c071167190a7bcfefba32bc6fc77c112cd7e3528bd695eafd57eae26115e" +content-hash = "0b858e3d356ea8161c3c5ebc2cd39a095c30e1f30885433e6672d3846a2b4312" diff --git a/pyproject.toml b/pyproject.toml index 326734b..2dc4c56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ PyYAML = "6.0.2" requests = "2.32.3" retry = "0.9.2" titlecase = "2.4.1" -tqdm = "4.67.0" +tqdm = "4.67.1" urllib3 = "2.2.3" virtualenv = "20.27.1" zipp = "3.21.0"