diff --git a/poetry.lock b/poetry.lock index 2b59a1c..a755b22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -36,7 +36,7 @@ toml = ["tomli"] [[package]] name = "executing" -version = "1.1.0" +version = "1.1.1" description = "Get the currently executing AST node of a frame, and other information" category = "main" optional = false @@ -238,7 +238,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "2c249d7329310a2795b598cbb2e8dced0a71bd66bd561ca72228c966e4cf0bbf" +content-hash = "ec66e5e020f4d213b88b9a1845878bdbc0a2a34f43c89050fbf7cfe2c4b9d328" [metadata.files] attrs = [ @@ -302,8 +302,8 @@ coverage = [ {file = "coverage-6.5.0.tar.gz", hash = "sha256:f642e90754ee3e06b0e7e51bce3379590e76b7f76b708e1a71ff043f87025c84"}, ] executing = [ - {file = "executing-1.1.0-py2.py3-none-any.whl", hash = "sha256:4a6d96ba89eb3dcc11483471061b42b9006d8c9f81c584dd04246944cd022530"}, - {file = "executing-1.1.0.tar.gz", hash = "sha256:2c2c07d1ec4b2d8f9676b25170f1d8445c0ee2eb78901afb075a4b8d83608c6a"}, + {file = "executing-1.1.1-py2.py3-none-any.whl", hash = "sha256:236ea5f059a38781714a8bfba46a70fad3479c2f552abee3bbafadc57ed111b8"}, + {file = "executing-1.1.1.tar.gz", hash = "sha256:b0d7f8dcc2bac47ce6e39374397e7acecea6fdc380a6d5323e26185d70f38ea8"}, ] importlib-metadata = [ {file = "importlib_metadata-5.0.0-py3-none-any.whl", hash = "sha256:ddb0e35065e8938f867ed4928d0ae5bf2a53b7773871bfe6bcc7e4fcdc7dea43"}, diff --git a/pyproject.toml b/pyproject.toml index d7639d3..75cb8ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.7.1" -executing = "^1.0" +executing = "^1.1.1" [tool.poetry.dev-dependencies] pytest = "^7"