diff --git a/docker/pymisp2/poetry.lock b/docker/pymisp2/poetry.lock index 1d733c4feff81..62b6a4d62eb46 100644 --- a/docker/pymisp2/poetry.lock +++ b/docker/pymisp2/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "beautifulsoup4" @@ -444,13 +444,13 @@ win-unicode-console = {version = "*", markers = "platform_system == \"Windows\" [[package]] name = "publicsuffixlist" -version = "1.0.2.20241119" +version = "1.0.2.20241216" description = "publicsuffixlist implement" optional = false python-versions = ">=3.5" files = [ - {file = "publicsuffixlist-1.0.2.20241119-py2.py3-none-any.whl", hash = "sha256:04b46633e29decf2f9a29a451912fec8076c753f93c4869447bb55d4e614eba5"}, - {file = "publicsuffixlist-1.0.2.20241119.tar.gz", hash = "sha256:825b0c3640c2a402a63dd108efd91f67ed0ba2427786892018d364de0dc2ca0f"}, + {file = "publicsuffixlist-1.0.2.20241216-py2.py3-none-any.whl", hash = "sha256:8756ea50aab9c568221db353587545700336f251dfd049031aa8dcd65bed0e27"}, + {file = "publicsuffixlist-1.0.2.20241216.tar.gz", hash = "sha256:b74e2c9e381e6c438700c8a9c31b5336ce7c0584e5162790b104b5fd27c0a262"}, ] [package.extras] @@ -470,20 +470,20 @@ files = [ [[package]] name = "pymisp" -version = "2.5.2" +version = "2.5.3" description = "Python API for MISP." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "pymisp-2.5.2-py3-none-any.whl", hash = "sha256:bcce077f8ccbe73958d47c778b30d7a9b2fb4b249cba2e3188a06df5be6cd2e1"}, - {file = "pymisp-2.5.2.tar.gz", hash = "sha256:ca512c9754ad962be30dcef265da9f194835d70414935440abe5b0485a2b0109"}, + {file = "pymisp-2.5.3-py3-none-any.whl", hash = "sha256:d6847ab17ef178bb59631a210861d2979607130a34c17d786fc708297e53a7d9"}, + {file = "pymisp-2.5.3.tar.gz", hash = "sha256:9c38970d49214455fa40f8eff64360f8a921651ed0047efa2403d0abc7a616e0"}, ] [package.dependencies] deprecated = ">=1.2.15,<2.0.0" extract_msg = {version = ">=0.52,<0.53", optional = true, markers = "extra == \"email\""} oletools = {version = ">=0.60.1,<0.61.0", optional = true, markers = "extra == \"email\""} -publicsuffixlist = ">=1.0.2.20241113,<2.0.0.0" +publicsuffixlist = ">=1.0.2.20241216,<2.0.0.0" python-dateutil = ">=2.9.0.post0,<3.0.0" requests = ">=2.32.3,<3.0.0" RTFDE = {version = ">=0.1.1,<0.2.0", optional = true, markers = "extra == \"email\""}