diff --git a/pyproject.toml b/pyproject.toml index 1a6a190..cc026c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pydantic==2.10.1", "sentry-sdk==2.19.0", "typer==0.13.1", - "tqdm==4.67.0", + "tqdm==4.67.1", "unidecode==1.3.8", "wasabi==1.1.3", "bs4==0.0.2", diff --git a/uv.lock b/uv.lock index 50a213a..f4d8e51 100644 --- a/uv.lock +++ b/uv.lock @@ -570,7 +570,7 @@ wheels = [ [[package]] name = "memium" -version = "0.25.9" +version = "0.25.10" source = { editable = "." } dependencies = [ { name = "bs4" }, @@ -629,7 +629,7 @@ requires-dist = [ { name = "ruff", marker = "extra == 'dev'", specifier = "==0.4.5" }, { name = "sentry-sdk", specifier = "==2.19.0" }, { name = "syrupy", marker = "extra == 'tests'", specifier = "==4.8.0" }, - { name = "tqdm", specifier = "==4.67.0" }, + { name = "tqdm", specifier = "==4.67.1" }, { name = "typer", specifier = "==0.13.1" }, { name = "unidecode", specifier = "==1.3.8" }, { name = "wasabi", specifier = "==1.1.3" }, @@ -1078,14 +1078,14 @@ wheels = [ [[package]] name = "tqdm" -version = "4.67.0" +version = "4.67.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "platform_system == 'Windows'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e8/4f/0153c21dc5779a49a0598c445b1978126b1344bab9ee71e53e44877e14e0/tqdm-4.67.0.tar.gz", hash = "sha256:fe5a6f95e6fe0b9755e9469b77b9c3cf850048224ecaa8293d7d2d31f97d869a", size = 169739 } +sdist = { url = "https://files.pythonhosted.org/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2", size = 169737 } wheels = [ - { url = "https://files.pythonhosted.org/packages/2b/78/57043611a16c655c8350b4c01b8d6abfb38cc2acb475238b62c2146186d7/tqdm-4.67.0-py3-none-any.whl", hash = "sha256:0cd8af9d56911acab92182e88d763100d4788bdf421d251616040cc4d44863be", size = 78590 }, + { url = "https://files.pythonhosted.org/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2", size = 78540 }, ] [[package]]