diff --git a/poetry.lock b/poetry.lock index bd2e52f..1d89caa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2638,14 +2638,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "9.1.0" +version = "9.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32"}, - {file = "pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c"}, + {file = "pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c"}, + {file = "pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313"}, ] [package.dependencies] @@ -3343,4 +3343,4 @@ recaptcha = ["SpeechRecognition", "pydub-ng"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.15" -content-hash = "0a9a810c2a8380481a973766d2fcef5fd1f23ad4c24b5dd49010aae606cf30a3" +content-hash = "7321243d82f6ff2567f38c1fad280d8391ec3935218c2f505363228dec4e0cb3" diff --git a/pyproject.toml b/pyproject.toml index b896620..1106ffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ recaptcha = [ [tool.poetry.group.dev.dependencies] types-beautifulsoup4 = "^4.12.0.20250516" -pytest = "^9.1.0" +pytest = "^9.1.1" mypy = "^2.1.0" types-dateparser = "^1.4.1.20260617" types-pytz = "^2026.2.0.20260518"