diff --git a/app/requirements-test.txt b/app/requirements-test.txt index a26074c..07b0cf9 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -1,8 +1,8 @@ - flake8 - pytest - pytest-asyncio - pytest-cov - python-dotenv - mock - coverage - jinja2-cli \ No newline at end of file + flake8==7.1.2 + pytest==8.3.5 + pytest-asyncio==0.25.3 + pytest-cov==6.0.0 + python-dotenv==1.0.1 + mock==5.2.0 + coverage==7.7.1 + jinja2-cli==0.8.2 \ No newline at end of file