diff --git a/poetry.lock b/poetry.lock index 1bc6bc0..ebbac5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "astroid" @@ -318,13 +318,13 @@ rsa = ["cryptography"] [[package]] name = "pywikibot" -version = "8.4.0" +version = "8.5.1" description = "Python MediaWiki Bot Framework" optional = false python-versions = ">=3.6.1" files = [ - {file = "pywikibot-8.4.0-py3-none-any.whl", hash = "sha256:71ac28bd941f3f9b23d9449d4b165a25d72bc41b02d881253fd795b1e56dfed7"}, - {file = "pywikibot-8.4.0.tar.gz", hash = "sha256:b919280ff9079742e01db38b6aabad826d65f5e5cc4d0949899d0b4510128f9d"}, + {file = "pywikibot-8.5.1-py3-none-any.whl", hash = "sha256:5b8a501213689bdb6ad04c1bfcc0739158cf2c20cf8925e08b34fef29dcf52a1"}, + {file = "pywikibot-8.5.1.tar.gz", hash = "sha256:ddcd2e8028475533860fc77ffd0b9136a64c9afa2bc375029857b65e69be12f2"}, ] [package.dependencies] @@ -463,4 +463,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8f381c5231ebf070eca384fc47b18a05e63b75858f51f13b742b4ce6705557a3" +content-hash = "819fe74f88b42cfa6ab68187618cb317e37070f42a157dbfb590d2695fdc182e" diff --git a/pyproject.toml b/pyproject.toml index eb19ef3..bdb48c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ version = "0.3.0" [tool.poetry.dependencies] python = "^3.11" mwparserfromhell = "0.6.5" -pywikibot = {version = "8.4.0", extras = ["mwoauth", "mysql"]} +pywikibot = {version = "8.5.1", extras = ["mwoauth", "mysql"]} pywikibot-extensions = "23.3.25" [tool.poetry.dev-dependencies]