From a3563429e2c6873560cf9c2db4dde80f60970bf0 Mon Sep 17 00:00:00 2001 From: James Williams Date: Tue, 31 May 2022 13:57:15 +0000 Subject: [PATCH] rm pyyaml max version --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 328147b..db5b219 100644 --- a/poetry.lock +++ b/poetry.lock @@ -557,7 +557,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "5a8691c5a4340f0e47e0b0b3e2d2b4cb3a5b1dcd9c43efc76d70627149b4499c" +content-hash = "d91627e361624141a16c8a88ecf6a132ff35591f3cc4a9b0e25148ce140925ac" [metadata.files] astroid = [ diff --git a/pyproject.toml b/pyproject.toml index 894ffbf..55f6c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] [tool.poetry.dependencies] python = "^3.8" -PyYAML = ">= 5.4, <= 6.0" +PyYAML = ">= 5.4" [tool.poetry.dev-dependencies] pytest = "^6.2.3"