From 2ae4a1e3e20fbff85836d51a673f3a9c1af0ceea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 14:24:36 -0700 Subject: [PATCH] chore(deps): Update pytest requirement from ~=7.0 to ~=7.1 in /packages/@jsii/python-runtime (#3420) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mitchell Valine Co-authored-by: 🧑🏻‍💻 Romain Marcadier Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- packages/@jsii/python-runtime/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/@jsii/python-runtime/requirements.txt b/packages/@jsii/python-runtime/requirements.txt index 23f655542c..a2a6ce96b9 100644 --- a/packages/@jsii/python-runtime/requirements.txt +++ b/packages/@jsii/python-runtime/requirements.txt @@ -2,7 +2,8 @@ black~=22.1 mypy==0.812 pip~=21.3 ; python_version < '3.7' pip~=22.0 ; python_version >= '3.7' -pytest~=7.0 +pytest~=7.0 ; python_version < '3.7' +pytest~=7.1 ; python_version >= '3.7' pytest-mypy~=0.9 setuptools~=59.6 wheel~=0.37