diff --git a/poetry.lock b/poetry.lock index 47ff2f1..c8d5ffa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "anyio" @@ -103,17 +103,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.34.76" +version = "1.34.78" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.76-py3-none-any.whl", hash = "sha256:530a4cea3d40a6bd2f15a368ea395beef1ea6dff4491823bc48bd20c7d4da655"}, - {file = "boto3-1.34.76.tar.gz", hash = "sha256:8c598382e8fb61cfa8f75056197e9b509eb52039ebc291af3b1096241ba2542c"}, + {file = "boto3-1.34.78-py3-none-any.whl", hash = "sha256:47a7899af97960493ed58754c838be658650c8fb231c658866f491965ddfc94f"}, + {file = "boto3-1.34.78.tar.gz", hash = "sha256:227487f9a40e7963aa108f4fabc81374d65e085891a2a442c190dfd976b86a9e"}, ] [package.dependencies] -botocore = ">=1.34.76,<1.35.0" +botocore = ">=1.34.78,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -122,13 +122,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.76" +version = "1.34.78" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.76-py3-none-any.whl", hash = "sha256:62e45e7374844ee39e86a96fe7f5e973eb5bf3469da028b4e3a8caba0909fb1f"}, - {file = "botocore-1.34.76.tar.gz", hash = "sha256:68be44487a95132fccbc0b836fded4190dae30324f6bf822e1b6efd385ffdc83"}, + {file = "botocore-1.34.78-py3-none-any.whl", hash = "sha256:bc10738826a4970a6d3a40ac40b9799c02b1b661c0c741a67b915b500562ab3c"}, + {file = "botocore-1.34.78.tar.gz", hash = "sha256:889fcfd1813fad225a5a70940c58cd4bd7a6f5ba6c9769a1d41d0c670272b75d"}, ] [package.dependencies] @@ -722,13 +722,13 @@ files = [ [[package]] name = "nodestream" -version = "0.12.0rc2" +version = "0.12.0" description = "A Fast, Declarative ETL for Graph Databases." optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "nodestream-0.12.0rc2-py3-none-any.whl", hash = "sha256:3c2057906a4ad950e19d9942c1bd1ed16a56c318a86d13011a51e518a1ecd140"}, - {file = "nodestream-0.12.0rc2.tar.gz", hash = "sha256:94f1f2948caaf69c2ee09dab09fa79fc83821800bc76a51a1309635414bdd53b"}, + {file = "nodestream-0.12.0-py3-none-any.whl", hash = "sha256:bf62ebba9a282482a70c3b640bdd283b418872af6e67958664e021e65f560045"}, + {file = "nodestream-0.12.0.tar.gz", hash = "sha256:7f9483857a0a53b7aae7bef81002802e92efd5cce1d57c4d015fa32ca5413b4f"}, ] [package.dependencies] @@ -1433,13 +1433,13 @@ files = [ [[package]] name = "typing-extensions" -version = "4.10.0" +version = "4.11.0" description = "Backported and Experimental Type Hints for Python 3.8+" optional = false python-versions = ">=3.8" files = [ - {file = "typing_extensions-4.10.0-py3-none-any.whl", hash = "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475"}, - {file = "typing_extensions-4.10.0.tar.gz", hash = "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb"}, + {file = "typing_extensions-4.11.0-py3-none-any.whl", hash = "sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a"}, + {file = "typing_extensions-4.11.0.tar.gz", hash = "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0"}, ] [[package]] @@ -1522,4 +1522,4 @@ test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "66300246e736e4067e56b82daaf7b9da3946c452d62c9f9094f51504de9d067a" +content-hash = "567778b8d61da5daaed85cd6ab841db43aec28e9184e43ad3a4215afd558c302" diff --git a/pyproject.toml b/pyproject.toml index 284f3d0..e337a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nodestream-plugin-pedantic" -version = "0.12.0rc1" +version = "0.12.0" description = "A nodestream plugin that provides a series of audits to ensure high quality and consistent nodestream projects." authors = ["Zach Probst "] packages = [{include = "nodestream_plugin_pedantic"}] @@ -23,7 +23,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -nodestream = "^0.12.0rc1" +nodestream = "^0.12.0" inflection = "^0.5.1" [tool.poetry.plugins."nodestream.plugins"]