From 87cd374a40edcd7500a0926c2b7914c0bc692a07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 13:05:01 +0000 Subject: [PATCH] Update dependency pytest to v7.4.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5d491a..2f78fa9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pathspec==0.11.2 ; python_version >= "3.10" and python_version < "4.0" platformdirs==3.10.0 ; python_version >= "3.10" and python_version < "4.0" pluggy==1.3.0 ; python_version >= "3.10" and python_version < "4.0" pymysql==1.1.0 ; python_version >= "3.10" and python_version < "4.0" -pytest==7.4.2 ; python_version >= "3.10" and python_version < "4.0" +pytest==7.4.4 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "4.0" sqlalchemy==2.0.20 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11"