diff --git a/poetry.lock b/poetry.lock index 39d78a738..a615fb756 100644 --- a/poetry.lock +++ b/poetry.lock @@ -103,7 +103,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.15.0-py3-none-any.whl", hash = "sha256:d6f88de62e1d4e38ecb1077eb9724cd0eff29d2a08ca16a401e9b9e93f117cf9"}, {file = "beautifulsoup4-4.15.0.tar.gz", hash = "sha256:288e3ca7d54b06f2ac191970bc275c1939cb46d450b255bf6718b04aa37ab4f7"}, @@ -1398,15 +1398,15 @@ testing-docutils = ["pygments", "pytest (>=9,<10)", "pytest-param-files (>=0.6.0 [[package]] name = "neo4j" -version = "6.2.0" +version = "6.3.0" description = "Neo4j Bolt driver for Python" optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"neo4j\"" files = [ - {file = "neo4j-6.2.0-py3-none-any.whl", hash = "sha256:b87abdd13a5cc2e3bd51026926c2f20ac38fa3febe98c340520dce19e97388d0"}, - {file = "neo4j-6.2.0.tar.gz", hash = "sha256:e1e246b65b572bd8ea97f9e0e721b7d40a5ce53e53d0007c29aef63e4f9124d9"}, + {file = "neo4j-6.3.0-py3-none-any.whl", hash = "sha256:d243f9c8adf882ae7205a76eb2419b0a632d5f3c89383d4a0044d737a2223991"}, + {file = "neo4j-6.3.0.tar.gz", hash = "sha256:d0d3986c37ad174a549a39dfec6d22a00a061ebcb0267f1a5caf856589838e73"}, ] [package.dependencies] @@ -1415,7 +1415,7 @@ pytz = "*" [package.extras] numpy = ["numpy (>=1.21.2,<3.0.0)"] pandas = ["numpy (>=1.21.2,<3.0.0)", "pandas[timezone] (>=1.1.0,<4.0.0)"] -pyarrow = ["pyarrow (>=6.0.0,<25.0.0)"] +pyarrow = ["pyarrow (>=6.0.0,<26.0.0)"] [[package]] name = "olefile" @@ -2252,7 +2252,7 @@ description = "A modern CSS selector implementation for Beautiful Soup." optional = true python-versions = ">=3.10" groups = ["main"] -markers = "extra == \"openioc\" or extra == \"email\"" +markers = "extra == \"email\" or extra == \"openioc\"" files = [ {file = "soupsieve-2.9.2-py3-none-any.whl", hash = "sha256:8089a26fd974ca7a1f30276d3d8492ab266ab15af581642dfe8aa162e0c1c823"}, {file = "soupsieve-2.9.2.tar.gz", hash = "sha256:4a55d8cf158a9c2e587fa4922f1bbb91d68ac829e2d6f25403a85747c71daf74"}, @@ -2635,7 +2635,7 @@ files = [ {file = "typing_extensions-4.16.0-py3-none-any.whl", hash = "sha256:481caa481374e813c1b176ada14e97f1f67a4539ce9cfeb3f350d78d6370c2e8"}, {file = "typing_extensions-4.16.0.tar.gz", hash = "sha256:dc983d19a509c94dba722ee6abd33940f7c05a89e243c47e907eb4db6f1a43e5"}, ] -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" @@ -2833,4 +2833,4 @@ virustotal = ["validators"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "cbf7818e8b4a7e437b0c53871f005ced28d779d0cffd3d666346729658dce895" +content-hash = "efcc216e7bcddf0dace7e91755feca83a42fd8c12039d422a4867f06c56e1341" diff --git a/pyproject.toml b/pyproject.toml index a673b181f..c8d773ed0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ email = [ brotli = [ "urllib3[broti] (>=2.7.0)" ] -neo4j = [ "neo4j (>=6.2.0)" ] +neo4j = [ "neo4j (>=6.3.0)" ] [tool.poetry] classifiers=[