diff --git a/poetry.lock b/poetry.lock index 5482150..d418584 100644 --- a/poetry.lock +++ b/poetry.lock @@ -551,13 +551,13 @@ description = "pytest: simple powerful testing with Python" name = "pytest" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "4.3.0" +version = "4.4.0" [package.dependencies] atomicwrites = ">=1.0" attrs = ">=17.4.0" colorama = "*" -pluggy = ">=0.7" +pluggy = ">=0.9" py = ">=1.5.0" setuptools = "*" six = ">=1.10.0" @@ -782,7 +782,7 @@ pep8-naming = ">=0.7,<0.9" typing_extensions = ">=3.6,<4.0" [metadata] -content-hash = "5421b1d93c1867da2eeb33623273010521382e431cb5aebb9b1f4a78c80becec" +content-hash = "53f543ac28f11e0ab9907ada8776ffba91aab56c59cb5b710ee146751a386d8b" python-versions = "^3.6" [metadata.hashes] @@ -840,7 +840,7 @@ pycodestyle = ["95a2219d12372f05704562a14ec30bc76b05a5b297b21a5dfe3f6fac3491ae56 pydocstyle = ["2258f9b0df68b97bf3a6c29003edc5238ff8879f1efb6f1999988d934e432bd8", "5741c85e408f9e0ddf873611085e819b809fca90b619f5fd7f34bd4959da3dd4", "ed79d4ec5e92655eccc21eb0c6cf512e69512b4a97d215ace46d17e4990f2039"] pyflakes = ["17dbeb2e3f4d772725c777fabc446d5634d1038f234e77343108ce445ea69ce0", "d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2"] pyparsing = ["66c9268862641abcac4a96ba74506e594c884e3f57690a696d21ad8210ed667a", "f6c5ef0d7480ad048c054c37632c67fca55299990fff127850181659eea33fc3"] -pytest = ["067a1d4bf827ffdd56ad21bd46674703fce77c5957f6c1eef731f6146bfcef1c", "9687049d53695ad45cf5fdc7bbd51f0c49f1ea3ecfc4b7f3fde7501b541f17f4"] +pytest = ["13c5e9fb5ec5179995e9357111ab089af350d788cbc944c628f3cde72285809b", "f21d2f1fb8200830dcbb5d8ec466a9c9120e20d8b53c7585d180125cce1d297a"] pytest-cov = ["0ab664b25c6aa9716cbf203b17ddb301932383046082c081b9848a0edf5add33", "230ef817450ab0699c6cc3c9c8f7a829c34674456f2ed8df1fe1d39780f7c87f"] pytest-factoryboy = ["b1bdb7da9078eb84a6cb9b7b93dda9cfb575488df04f91b1ab4d20a1dfce8faf"] pytest-randomly = ["0ff564fabb638ab52d535d8ce1da71353c7ecd54edcc5dc117f6f21f8269cfef", "f76a068dcadb4ffbd4f6c55dd447cf95fb78cfe4f3f1445c3bee5657fdf5b3d1"] diff --git a/pyproject.toml b/pyproject.toml index d5ef20c..3ac3c79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ mimesis = "^3.1" pytest-cov = "^2.6" pytest-factoryboy = "^2.0" pytest-randomly = "^2.1" -pytest = "^4.3" +pytest = "^4.4" wemake-python-styleguide = "^0.8" flake8-pytest = "^1.3" validators = "^0.12.4"