From bf100b702627804f1f90fc4451f9a0f96d6abb17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 19:43:38 +0000 Subject: [PATCH] chore: bump pytest-xvfb from 2.0.0 to 3.0.0 Bumps [pytest-xvfb](https://github.com/The-Compiler/pytest-xvfb) from 2.0.0 to 3.0.0. - [Changelog](https://github.com/The-Compiler/pytest-xvfb/blob/master/CHANGELOG.rst) - [Commits](https://github.com/The-Compiler/pytest-xvfb/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: pytest-xvfb dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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"]