diff --git a/bookmarkmgr/poetry.lock b/bookmarkmgr/poetry.lock index 247446a..b1c3548 100644 --- a/bookmarkmgr/poetry.lock +++ b/bookmarkmgr/poetry.lock @@ -490,14 +490,14 @@ files = [ [[package]] name = "idna" -version = "3.16" +version = "3.18" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "idna-3.16-py3-none-any.whl", hash = "sha256:cc246e3a3f89580c3a951b5ad298ca4638078b2cdd4f115654332b5c26daded5"}, - {file = "idna-3.16.tar.gz", hash = "sha256:d7a6da03db833450fca25d2358ac9ff06cd624577a4aea3a596d5c0f77b8e03d"}, + {file = "idna-3.18-py3-none-any.whl", hash = "sha256:7f952cbe720b688055e3f87de14f5c3e5fdaa8bc3928985c4077ca689de849a2"}, + {file = "idna-3.18.tar.gz", hash = "sha256:ffb385a7e039654cef1ab9ef32c6fafe283c0c0467bba1d9029738ce4a14a848"}, ] [package.extras] @@ -1095,21 +1095,21 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.3.0" +version = "1.4.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"}, - {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"}, + {file = "pytest_asyncio-1.4.0-py3-none-any.whl", hash = "sha256:933ca923a23075a87fb7070c0ec272a6848489824d887c85c812670932835aa1"}, + {file = "pytest_asyncio-1.4.0.tar.gz", hash = "sha256:c6c0d2259945122819f171a32ecea2c349ead889ee28176caaf492143424be42"}, ] [package.dependencies] -pytest = ">=8.2,<10" +pytest = ">=8.4,<10" [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)", "sphinx-tabs (>=3.5)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -1134,14 +1134,14 @@ test = ["coverage", "fake.py", "pytest", "pytest-codeblock", "pytest-cov", "pyte [[package]] name = "tqdm" -version = "4.67.3" +version = "4.68.1" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "tqdm-4.67.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf"}, - {file = "tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb"}, + {file = "tqdm-4.68.1-py3-none-any.whl", hash = "sha256:fea4a90e4023f764914569f7802a297277c5ab1a66be5144143e142e1a4031d8"}, + {file = "tqdm-4.68.1.tar.gz", hash = "sha256:fc163d96b287bd031e1aa24421ce4411b25559bd0a1be4fe649bdaa4d2c02bf5"}, ] [package.dependencies] @@ -1149,10 +1149,10 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] dev = ["nbval", "pytest (>=6)", "pytest-asyncio (>=0.24)", "pytest-cov", "pytest-timeout"] -discord = ["requests"] +discord = ["envwrap", "requests"] notebook = ["ipywidgets (>=6)"] -slack = ["slack-sdk"] -telegram = ["requests"] +slack = ["envwrap", "slack-sdk"] +telegram = ["envwrap", "requests"] [[package]] name = "types-requests" @@ -1336,4 +1336,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "de44feaacf4bb31da2cd9343f3943724a7487025910474d85b1b74483f2e3c65" +content-hash = "11679299d50b7082f6950aee03a76f014e9b921a6611123604e0f19c64cd9716" diff --git a/bookmarkmgr/pyproject.toml b/bookmarkmgr/pyproject.toml index a9dfc5b..e7e838f 100644 --- a/bookmarkmgr/pyproject.toml +++ b/bookmarkmgr/pyproject.toml @@ -57,13 +57,13 @@ cffi = "^2.0.0" overrides = "^7.7.0" python = "^3.14" tld = "^0.13" -tqdm = "^4.67.3" +tqdm = "^4.68.1" yarl = "^1.24.2" [tool.poetry.group.dev.dependencies] mypy = "^2.1.0" pytest = "^9.0.3" -pytest-asyncio = "^1.3.0" +pytest-asyncio = "^1.4.0" types-tqdm = "^4.67.3.20260408" # https://github.com/python-poetry/poetry/issues/2740