diff --git a/poetry.lock b/poetry.lock index 54a2e53..535107b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -178,7 +178,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pytest" -version = "7.4.0" +version = "7.4.1" description = "pytest: simple powerful testing with Python" category = "dev" optional = false diff --git a/requirements-dev.txt b/requirements-dev.txt index 51f5ea4..24aa40a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ packaging==23.1; python_version >= "3.7" pathspec==0.11.2; python_version >= "3.7" platformdirs==3.10.0; python_version >= "3.7" pluggy==1.3.0; python_version >= "3.8" -pytest==7.4.0; python_version >= "3.7" +pytest==7.4.1; python_version >= "3.7" python-dotenv==0.20.0; python_version >= "3.5" requests==2.31.0; python_version >= "3.7" tomli==2.0.1; python_version < "3.11" and python_version >= "3.7" and python_full_version < "3.11.0a7"