diff --git a/tests/requirements_py3.in b/tests/requirements_py3.in index ed4fd1993a..a9544026bf 100644 --- a/tests/requirements_py3.in +++ b/tests/requirements_py3.in @@ -1,5 +1,5 @@ -filelock==3.14.0 -pytest==8.2.1 +filelock==3.15.1 +pytest==8.2.2 pytest-html==4.1.1 pytest-metadata==3.1.1 pytest-xdist==3.6.1 diff --git a/tests/requirements_py3.txt b/tests/requirements_py3.txt index e2e78f8fb3..d2b70f0c21 100644 --- a/tests/requirements_py3.txt +++ b/tests/requirements_py3.txt @@ -12,7 +12,7 @@ exceptiongroup==1.1.3 # via pytest execnet==2.1.1 # via pytest-xdist -filelock==3.14.0 +filelock==3.15.1 # via -r requirements_py3.in idna==3.7 # via requests @@ -26,7 +26,7 @@ packaging==23.1 # via pytest pluggy==1.5.0 # via pytest -pytest==8.2.1 +pytest==8.2.2 # via # -r requirements_py3.in # pytest-html