From 7d7140a069e307ceabb50963c5d3929744108705 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 4 Jul 2021 22:00:16 +0000 Subject: [PATCH] :arrow_up: Bump pytest-bdd from 4.0.2 to 4.1.0 Bumps [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) from 4.0.2 to 4.1.0. - [Release notes](https://github.com/pytest-dev/pytest-bdd/releases) - [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-bdd/compare/4.0.2...4.1.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 13 ++++++------- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index aab1de2..3fc527f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -675,7 +675,7 @@ hdfs = ["pyarrow (>=2.0.0)"] oss = ["oss2 (==2.6.1)", "pycryptodome (>=3.10)"] s3 = ["s3fs (==2021.6.1)", "aiobotocore[boto3] (==1.3.0)"] ssh = ["paramiko[invoke] (>=2.7.0)"] -ssh_gssapi = ["paramiko[invoke,gssapi] (>=2.7.0)"] +ssh_gssapi = ["paramiko[gssapi,invoke] (>=2.7.0)"] tests = ["wheel (==0.36.2)", "pytest (==6.2.4)", "pytest-cov (==2.12.1)", "pytest-xdist (==2.3.0)", "pytest-mock (==3.6.1)", "pytest-lazy-fixture (==0.6.3)", "pytest-timeout (==1.4.2)", "pytest-docker (==0.10.3)", "flaky (==3.7.0)", "mock (==4.0.3)", "rangehttpserver (==1.2.0)", "mock-ssh-server (==0.9.0)", "beautifulsoup4 (==4.9.3)", "wget (==3.2)", "filelock (==3.0.12)", "wsgidav (==3.1.0)", "crc32c (==2.2.post0)", "xmltodict (==0.12.0)", "google-compute-engine (==2.8.13)", "google-cloud-storage (==1.40.0)", "urllib3 (==1.26.6)", "Pygments (==2.9.0)", "collective.checkdocs (==0.2)", "pydocstyle (==6.1.1)", "jaraco.windows (==5.5.0)", "pylint (==2.8.3)", "pylint-pytest (==1.0.3)", "pylint-plugin-utils (==0.6)", "mypy (==0.910)", "types-requests", "types-paramiko", "types-tabulate", "types-toml"] webdav = ["webdav4 (>=0.8.1)"] webhdfs = ["hdfs (==2.5.8)"] @@ -2253,11 +2253,11 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-bdd" -version = "4.0.2" +version = "4.1.0" description = "BDD for pytest" category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.6" [package.dependencies] glob2 = "*" @@ -2266,7 +2266,6 @@ parse = "*" parse-type = "*" py = "*" pytest = ">=4.3" -six = ">=1.9.0" [[package]] name = "pytest-forked" @@ -2914,7 +2913,7 @@ cuda = ["cupy-cuda112", "dask-cuda"] [metadata] lock-version = "1.1" python-versions = "~3.8" -content-hash = "07d0d385c545ca14d19227c1015895ac5211abe17ced44a27b50390ef6e83fec" +content-hash = "a6b2807adf04a5ecd130d1bfdd47de5df57b5c01323a5845873be5294cd9ebce" [metadata.files] aiohttp = [ @@ -4234,8 +4233,8 @@ pytest = [ {file = "pytest-6.2.4.tar.gz", hash = "sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b"}, ] pytest-bdd = [ - {file = "pytest-bdd-4.0.2.tar.gz", hash = "sha256:982489f2f036c7561affe4eeb5b392a37e1ace2a9f260cad747b1c8119e63cfd"}, - {file = "pytest_bdd-4.0.2-py2.py3-none-any.whl", hash = "sha256:74ea5a147ea558c99ae83d838e6acbe5c9e6843884a958f8231615d96838733d"}, + {file = "pytest-bdd-4.1.0.tar.gz", hash = "sha256:304cd2b09923b838d0c2f08331d1f4236a14ef3594efa94e3bdae0f384d3fa5d"}, + {file = "pytest_bdd-4.1.0-py3-none-any.whl", hash = "sha256:7c5221680cec9a97630e1fae6132f4a97c2f86a90914206ee06a55ae1a409fe5"}, ] pytest-forked = [ {file = "pytest-forked-1.3.0.tar.gz", hash = "sha256:6aa9ac7e00ad1a539c41bec6d21011332de671e938c7637378ec9710204e37ca"}, diff --git a/pyproject.toml b/pyproject.toml index 2f08bb9..0fbec13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ xarray = "^0.18.2" black = "^21.6b0" jupytext = "^1.11.3" pytest = "^6.2.4" -pytest-bdd = "^4.0.2" +pytest-bdd = "^4.1.0" pytest-xdist = "^2.3.0" [tool.poetry.extras]