diff --git a/poetry.lock b/poetry.lock index 9d405e2ec..6bbb4a1ed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.4.1 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 = "alabaster" @@ -77,7 +77,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.5-py3-none-any.whl", hash = "sha256:642085eaa22233aceadff9c69651bc51e8bf3f874fb6d7104ece2beb24b47c4a"}, {file = "beautifulsoup4-4.13.5.tar.gz", hash = "sha256:5e70131382930e7c3de33450a2f54a63d5e4b19386eab43a5b34d594268f3695"}, @@ -1980,15 +1980,15 @@ files = [ [[package]] name = "reportlab" -version = "4.5.0" +version = "4.5.1" description = "The Reportlab Toolkit" optional = true python-versions = "<4,>=3.9" groups = ["main"] markers = "extra == \"pdfexport\"" files = [ - {file = "reportlab-4.5.0-py3-none-any.whl", hash = "sha256:b8cc8996947d84e805368b47b2376070966f091d029351a0d8a1f238984c2c7f"}, - {file = "reportlab-4.5.0.tar.gz", hash = "sha256:e595932789ab7a107ba253e83f7815622708a9fd49920d0d6a909880eb66ac75"}, + {file = "reportlab-4.5.1-py3-none-any.whl", hash = "sha256:06fce8cb56c83307cfa4909cdf4e6a2ddbb44e5d6ef4d2edca896d7e9769f091"}, + {file = "reportlab-4.5.1.tar.gz", hash = "sha256:9fdf68f4de9171ec66acb4a5feed8f8ca2af43479e707a6fbb0daa75d88e5494"}, ] [package.dependencies] @@ -2108,7 +2108,7 @@ description = "A modern CSS selector implementation for Beautiful Soup." optional = true python-versions = ">=3.9" groups = ["main"] -markers = "extra == \"openioc\" or extra == \"email\"" +markers = "extra == \"email\" or extra == \"openioc\"" files = [ {file = "soupsieve-2.8.3-py3-none-any.whl", hash = "sha256:ed64f2ba4eebeab06cc4962affce381647455978ffc1e36bb79a545b91f45a95"}, {file = "soupsieve-2.8.3.tar.gz", hash = "sha256:3267f1eeea4251fb42728b6dfb746edc9acaffc4a45b27e19450b676586e8349"}, @@ -2491,7 +2491,7 @@ files = [ {file = "typing_extensions-4.15.0-py3-none-any.whl", hash = "sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548"}, {file = "typing_extensions-4.15.0.tar.gz", hash = "sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"}, ] -markers = {main = "platform_python_implementation != \"PyPy\" and (extra == \"email\" or extra == \"openioc\") or platform_system != \"Windows\" and platform_system != \"Darwin\" and (extra == \"email\" or extra == \"openioc\") or extra == \"openioc\" or extra == \"email\""} +markers = {main = "extra == \"email\" or extra == \"openioc\""} [[package]] name = "tzdata" @@ -2688,4 +2688,4 @@ virustotal = ["validators"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "a3ca4e29564ab5f95668673419ef879c914bfa594d6bfc44295f8bea019e1035" +content-hash = "c6c25858567dc906de126a6cbf08d5db58cfc7c89ba4adedcb0c375f3b2dd27b" diff --git a/pyproject.toml b/pyproject.toml index 1094f1907..a6615afb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ docs = [ "myst-parser (>=5.0.0) ; python_version >= \"3.12\"" ] -pdfexport = [ "reportlab (>=4.5.0)" ] +pdfexport = [ "reportlab (>=4.5.1)" ] url = [ "pyfaup-rs (>=0.4,<0.5)" ]