diff --git a/poetry.lock b/poetry.lock index 2a28fac5..f94372a2 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.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -463,7 +463,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 = "docutils" @@ -1328,14 +1328,14 @@ test = ["pytest", "pytest-xdist", "setuptools"] [[package]] name = "publicsuffixlist" -version = "1.0.2.20260412" +version = "1.0.2.20260417" 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.20260417-py2.py3-none-any.whl", hash = "sha256:bde6945af0ad09b955ec8843fd21a657c4d23dee90f8a0d4a14fa2b9a5840391"}, + {file = "publicsuffixlist-1.0.2.20260417.tar.gz", hash = "sha256:36255a53f3a3fea3436ce89c1b701465554e5453cbf7f5676e9ea4c9427aa728"}, ] [package.extras] @@ -2228,4 +2228,4 @@ sphinxcontrib-napoleon = {version = ">=0.7,<0.8", extras = ["docs"]} [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "033f8c5467d4a5f9f8eec4500851d88185efe3bf160b8cde728ccc9e0cd816ee" +content-hash = "9f231487b3af3e63c553ca17cd599ef6420a04cb29853fbb955e571c490946ad" diff --git a/pyproject.toml b/pyproject.toml index 4c576ae9..253f0b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python-dateutil = "^2.9.0.post0" beautifulsoup4 = "^4.14.3" requests = "^2.33.1" duolingo-api = "^0.5.4" -publicsuffixlist = "^1.0.2.20260412" +publicsuffixlist = "^1.0.2.20260417" isodate = "^0.7.2" simple-heartbeat = "^0.1.3" yippi = "^0.2.0.1"