diff --git a/poetry.lock b/poetry.lock index a9a747ea..72c39ec2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -406,7 +406,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\""} +markers = {main = "platform_system == \"Windows\" or sys_platform == \"win32\""} [[package]] name = "cryptg" @@ -1328,14 +1328,14 @@ test = ["pytest", "pytest-xdist", "setuptools"] [[package]] name = "publicsuffixlist" -version = "1.0.2.20260412" +version = "1.0.2.20260611" description = "publicsuffixlist implement" optional = false python-versions = ">=3.5" groups = ["main"] files = [ - {file = "publicsuffixlist-1.0.2.20260412-py2.py3-none-any.whl", hash = "sha256:34c8b6874fe58c2b9fc0fa944c656273f94ea02b22e8e572e442152662ad3ca2"}, - {file = "publicsuffixlist-1.0.2.20260412.tar.gz", hash = "sha256:c1140346b29df3a0996786d50505d929e79bdb9110fab507593f8fe61108b671"}, + {file = "publicsuffixlist-1.0.2.20260611-py2.py3-none-any.whl", hash = "sha256:9806e124086967d0294a685a5a412c8119217a641ec1fa4afef61551e5f49a01"}, + {file = "publicsuffixlist-1.0.2.20260611.tar.gz", hash = "sha256:cf0151d45e32aa8d0eeeb2c76e141c68f971567b6d11aca593f76e897ed2c5c6"}, ] [package.extras] @@ -2146,4 +2146,4 @@ sphinxcontrib-napoleon = {version = ">=0.7,<0.8", extras = ["docs"]} [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "df7d7134faf9ab5425fee204a988c4f78ce43375e2c0ba6069e640266ef06e4d" +content-hash = "d489fabd57f8d4e837e9874d7019e264edb3dc170027b94459f7860a3a959e32" diff --git a/pyproject.toml b/pyproject.toml index d6b4395d..d39773ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.11" python-dateutil = "^2.9.0.post0" beautifulsoup4 = "^4.14.3" duolingo-api = "^0.5.4" -publicsuffixlist = "^1.0.2.20260412" +publicsuffixlist = "^1.0.2.20260611" isodate = "^0.7.2" simple-heartbeat = "^0.1.3" yippi = "^0.2.0.1"