diff --git a/poetry.lock b/poetry.lock index bc788c5..cbbe1be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2640,13 +2640,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-xvfb" -version = "2.0.0" -description = "A pytest plugin to run Xvfb for tests." +version = "3.0.0" +description = "A pytest plugin to run Xvfb (or Xephyr/Xvnc) for tests." optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" files = [ - {file = "pytest-xvfb-2.0.0.tar.gz", hash = "sha256:c4ba642de05499940db7f65ee111621939be513e3e75c3da9156b7235e2ed8cf"}, - {file = "pytest_xvfb-2.0.0-py3-none-any.whl", hash = "sha256:6d21b46f099c06d6b8b200e73341da3adb73d67e9139c55d617930881779360b"}, + {file = "pytest-xvfb-3.0.0.tar.gz", hash = "sha256:3746ab1f4d1159f03f751638d053689ccd284291b38b8fb03d3ebbe7bf69cfc0"}, + {file = "pytest_xvfb-3.0.0-py3-none-any.whl", hash = "sha256:352f247c788457ccdfcfeec8a47a2a6594c8eaf22f0302dae9e2635bb23975c2"}, ] [package.dependencies] @@ -3645,4 +3645,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "1e005b1edb136ad23e6a2cffcc624340e432c3ff8707c3f8dd91df68665aff1a" +content-hash = "87fa106f0f2e0db1a144d9f4b679fd1f7f1b251541bd88d3f77c4dfb7860fd63" diff --git a/pyproject.toml b/pyproject.toml index 2e43c0f..ae95b0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest = "^7.1" pytest-cov = "^3.0.0" flake8 = ">=3" flake8-bugbear = "^22.4.25" -pytest-xvfb = "^2.0.0" +pytest-xvfb = "^3.0.0" [build-system] requires = ["poetry-core>=1.0.0"]