diff --git a/poetry.lock b/poetry.lock index 6e620e80..df4b758a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -36,7 +36,7 @@ description = "Screen-scraping library" optional = true python-versions = ">=3.7.0" groups = ["main"] -markers = "extra == \"openioc\" or extra == \"email\"" +markers = "extra == \"email\" or extra == \"openioc\"" files = [ {file = "beautifulsoup4-4.13.4-py3-none-any.whl", hash = "sha256:9bbbb14bfde9d79f38b8cd5f8c7c85f4b8f2523190ebed90e950a8dea4cb1c4b"}, {file = "beautifulsoup4-4.13.4.tar.gz", hash = "sha256:dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195"}, @@ -1490,7 +1490,7 @@ description = "A modern CSS selector implementation for Beautiful Soup." optional = true python-versions = ">=3.8" groups = ["main"] -markers = "extra == \"openioc\" or extra == \"email\"" +markers = "extra == \"email\" or extra == \"openioc\"" files = [ {file = "soupsieve-2.7-py3-none-any.whl", hash = "sha256:6e60cc5c1ffaf1cebcc12e8188320b72071e922c2e897f737cadce79ad5d30c4"}, {file = "soupsieve-2.7.tar.gz", hash = "sha256:ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a"}, @@ -1791,14 +1791,14 @@ types-cffi = "*" [[package]] name = "types-python-dateutil" -version = "2.9.0.20250516" +version = "2.9.0.20250708" description = "Typing stubs for python-dateutil" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "types_python_dateutil-2.9.0.20250516-py3-none-any.whl", hash = "sha256:2b2b3f57f9c6a61fba26a9c0ffb9ea5681c9b83e69cd897c6b5f668d9c0cab93"}, - {file = "types_python_dateutil-2.9.0.20250516.tar.gz", hash = "sha256:13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5"}, + {file = "types_python_dateutil-2.9.0.20250708-py3-none-any.whl", hash = "sha256:4d6d0cc1cc4d24a2dc3816024e502564094497b713f7befda4d5bc7a8e3fd21f"}, + {file = "types_python_dateutil-2.9.0.20250708.tar.gz", hash = "sha256:ccdbd75dab2d6c9696c350579f34cffe2c281e4c5f27a585b2a2438dd1d5c8ab"}, ] [[package]] @@ -1867,7 +1867,7 @@ files = [ {file = "typing_extensions-4.14.0-py3-none-any.whl", hash = "sha256:a1514509136dd0b477638fc68d6a91497af5076466ad0fa6c338e44e359944af"}, {file = "typing_extensions-4.14.0.tar.gz", hash = "sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4"}, ] -markers = {main = "extra == \"openioc\" or extra == \"email\""} +markers = {main = "extra == \"email\" or extra == \"openioc\""} [[package]] name = "tzdata" @@ -2049,4 +2049,4 @@ virustotal = ["validators"] [metadata] lock-version = "2.1" python-versions = ">=3.9.2,<4.0" -content-hash = "a2b43b99c26430678da8fd431a568f0adfc28035432a2def14e4ac8f4ce13392" +content-hash = "3063fe0513eb275c85730f74f5508eea70a4d3f25929499f3fdf60979dc4791d" diff --git a/pyproject.toml b/pyproject.toml index cdd5be0a..67cd78a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ include = [ requests-mock = "^1.12.1" mypy = "^1.16.1" types-requests = "^2.32.4.20250611" -types-python-dateutil = "^2.9.0.20250516" +types-python-dateutil = "^2.9.0.20250708" types-redis = "^4.6.0.20241004" types-Flask = "^1.1.6" pytest-cov = "^6.2.1"