This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a commit to branch dependabot/pip/pytest-8.0.2
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/dependabot/pip/pytest-8.0.2 by
this push:
new def28c943 Upgrade pytest to 8.1.1 since it includes some changes which
may fix weird race condition we've been seeing.
def28c943 is described below
commit def28c943f52b7752184944cbf09afa190692b29
Author: Tomaz Muraus <[email protected]>
AuthorDate: Tue Apr 16 18:26:08 2024 +0200
Upgrade pytest to 8.1.1 since it includes some changes which may fix
weird race condition we've been seeing.
---
requirements-tests.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements-tests.txt b/requirements-tests.txt
index 517a078c2..083387197 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -1,7 +1,7 @@
coverage[toml]==7.2.7; python_version >= '3.8'
requests>=2.31.0
requests_mock==1.11.0
-pytest==8.0.2
+pytest==8.1.1
pytest-xdist==3.5.0
pytest-timeout==2.2.0
pytest-benchmark[histogram]==4.0.0