diff --git a/poetry.lock b/poetry.lock index 37fc5df43..8ef44104f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1320,17 +1320,17 @@ pyyaml = "*" [[package]] name = "pyyaml-include" -version = "1.3.1" +version = "1.3.2" description = "Extending PyYAML with a custom constructor for including YAML files within YAML files" optional = false python-versions = ">=3.7" files = [ - {file = "pyyaml-include-1.3.1.tar.gz", hash = "sha256:4cb3b4e1baae2ec251808fe1e8aed5d3d20699c541864c8e47ed866ab2f15039"}, - {file = "pyyaml_include-1.3.1-py3-none-any.whl", hash = "sha256:e58525721a2938d29c4046350f8aad86f848660a770c29605e6f2700925fa753"}, + {file = "pyyaml-include-1.3.2.tar.gz", hash = "sha256:a516d5172092ec110a427dafe171da9341fe488eb6d1c78fb52f1f0414dec26d"}, + {file = "pyyaml_include-1.3.2-py3-none-any.whl", hash = "sha256:cc0c0a1e4c2a91e4f0b1aea83634fe8b622fe90fc3be8e8293f1e47c5ed6001b"}, ] [package.dependencies] -PyYAML = ">=5.1,<7.0" +PyYAML = ">=6.0,<7.0" [package.extras] toml = ["toml"]