diff --git a/Pipfile.lock b/Pipfile.lock index b3c0525..bc147c6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -209,10 +209,10 @@ }, "pytest": { "hashes": [ - "sha256:6b571215b5a790f9b41f19f3531c53a45cf6bb8ef2988bc1ff9afb38270b25fa", - "sha256:e41d489ff43948babd0fad7ad5e49b8735d5d55e26628a58673c39ff61d95de4" + "sha256:9ce3ff477af913ecf6321fe337b93a2c0dcf2a0a1439c43f5452112c1e4280db", + "sha256:e30905a0c131d3d94b89624a1cc5afec3e0ba2fbdb151867d8e0ebd49850f171" ], - "version": "==5.3.2" + "version": "==7.0.1" }, "pytest-cov": { "hashes": [ diff --git a/requirements-dev.txt b/requirements-dev.txt index 39f24f0..e5d8d77 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ more-itertools==8.0.2 six==1.13.0 attrs==19.3.0 pluggy==0.13.1 -pytest==5.3.2 +pytest==7.0.1 #Coverage coverage==5.0 pytest-cov==2.8.1