diff --git a/tests/acceptance/requirements_py3.in b/tests/acceptance/requirements_py3.in index 40edb759c..35d515410 100644 --- a/tests/acceptance/requirements_py3.in +++ b/tests/acceptance/requirements_py3.in @@ -1,4 +1,4 @@ -filelock==3.16.1 +filelock==3.17.0 pytest==8.3.4 pytest-html==4.1.1 pytest-metadata==3.1.1 diff --git a/tests/acceptance/requirements_py3.txt b/tests/acceptance/requirements_py3.txt index 87f4faeec..3059de08d 100644 --- a/tests/acceptance/requirements_py3.txt +++ b/tests/acceptance/requirements_py3.txt @@ -12,7 +12,7 @@ exceptiongroup==1.1.3 # via pytest execnet==2.1.1 # via pytest-xdist -filelock==3.16.1 +filelock==3.17.0 # via -r requirements_py3.in idna==3.7 # via requests