diff --git a/poetry.lock b/poetry.lock index 69bf704..43aad57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -142,7 +142,7 @@ description = "Green is a clean, colorful, fast python test runner." name = "green" optional = false python-versions = "*" -version = "3.2.1" +version = "3.2.2" [package.dependencies] colorama = "*" @@ -348,7 +348,7 @@ secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "cer socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"] [metadata] -content-hash = "214a878d8e5375ad5a55221b486dcad0f88cc812950098f99cc7c64556e15b85" +content-hash = "ab254b4e39b6b9b35654b5ded72e496b77bde63b44cf93a43234cdd25fc7c8ee" lock-version = "1.0" python-versions = "^3.7" @@ -438,7 +438,7 @@ gitpython = [ {file = "GitPython-3.0.5.tar.gz", hash = "sha256:9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42"}, ] green = [ - {file = "green-3.2.1.tar.gz", hash = "sha256:c5a90e247237ac7e320120961608cf65191134fa400d327cbd4d09864c880935"}, + {file = "green-3.2.2.tar.gz", hash = "sha256:a7cc909290019903323481a1819addefb9d32b4868773326dec4648c63bbc071"}, ] idna = [ {file = "idna-2.8-py2.py3-none-any.whl", hash = "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c"}, diff --git a/pyproject.toml b/pyproject.toml index 0ffcf15..862428a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ filelock = "3.0.12" path = ">=13.1,<16.0" [tool.poetry.dev-dependencies] -green = "3.2.1" +green = "3.2.2" coverage = "5.3" codecov = "2.1.9" mashumaro = "1.13"