diff --git a/poetry.lock b/poetry.lock index ff898fc8..5df22e37 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1641,13 +1641,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-xdist" -version = "3.6.0" +version = "3.6.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_xdist-3.6.0-py3-none-any.whl", hash = "sha256:958e08f38472e1b3a83450d8d3e682e90fdbffee39a97dd0f27185a3bd9074d1"}, - {file = "pytest_xdist-3.6.0.tar.gz", hash = "sha256:2bf346fb1f1481c8d255750f80bc1dfb9fb18b9ad5286ead0b741b6fd56d15b7"}, + {file = "pytest_xdist-3.6.1-py3-none-any.whl", hash = "sha256:9ed4adfb68a016610848639bb7e02c9352d5d9f03d04809919e2dafc3be4cca7"}, + {file = "pytest_xdist-3.6.1.tar.gz", hash = "sha256:ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d"}, ] [package.dependencies] @@ -2116,4 +2116,4 @@ duplicity = ["PyDrive", "PyDrive2", "b2", "b2sdk", "boto", "boto3", "dropbox", " [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "24b19dc431230073f52a13edf5b0f445ca951ba79bd73d8f3cbbd364f4cfcacf" +content-hash = "6cd318d5d1aa4bae8087bb94fdd0631a5eb62c95f8ee2b5ea3eac257339c1133" diff --git a/pyproject.toml b/pyproject.toml index c4f8ec37..34e025a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest = "^8.2.0" black = "^24.4" flake8 = "^5.0.4" plumbum = "^1.8.3" -pytest-xdist = "^3.6.0" +pytest-xdist = "^3.6.1" [tool.poetry.extras] duplicity = ["b2", "b2sdk", "boto", "boto3", "gdata", "jottalib", "paramiko", "pexpect", "PyDrive", "PyDrive2", "python-swiftclient", "requests-oauthlib", "duplicity", "dropbox", "python-keystoneclient"]