From 69d92e11dee68e2c011afeebf0fbd5513f0618a6 Mon Sep 17 00:00:00 2001 From: Frode Aannevik Date: Mon, 28 Aug 2023 22:49:04 +0200 Subject: [PATCH] Bump dependencies - pytest-bdd from 4.1.0 to 6.1.1 - parse to v1.19.1 - parse-type to v0.6.2 - pytest 7.2.0 to 7.4.0 - iniconfig to v2 - packaging to v23 - typing_extensions from 4.4.0 to v4.7.1 - exceptiongroup from 1.0.4 from 1.1.3 > **Note:** pytest-bdd 5.0.0 removed support for `--cucumberjson-expanded` > Now the JSON report is always expanded. Closes: https://github.com/Dintero/docker-pytest-bdd/pull/42 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/22 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/23 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/42 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/40 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/41 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/30 --- Makefile | 2 +- requirements.txt | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 9b61b9a..2848a25 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TAG ?= dintero/docker-pytest-bdd -PYTEST_ADDOPTS ?=-vv --gherkin-terminal-reporter --cucumberjson-expanded +PYTEST_ADDOPTS ?=-vv --gherkin-terminal-reporter COMPOSE_DEFAULT_FLAGS=-f example/docker-compose.yml DOCKER_BUILDKIT ?= 1 diff --git a/requirements.txt b/requirements.txt index cbe0636..f58a114 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,11 +8,11 @@ cffi==1.15.1 charset-normalizer==2.1.1 cryptography==41.0.3 ecdsa==0.18.0 -exceptiongroup==1.0.4 +exceptiongroup==1.1.3 fqdn==1.5.1 glob2==0.7 idna==3.4 -iniconfig==1.1.1 +iniconfig==2.0.0 isoduration==20.11.0 jmespath==1.0.1 jsonpointer==2.3 @@ -21,11 +21,11 @@ jsonschema==4.17.0 Mako==1.2.4 MarkupSafe==2.1.3 msgpack==1.0.4 -packaging==21.3 -parse-type==0.6.0 -parse==1.19.0 +packaging==23.1 +parse-type==0.6.2 +parse==1.19.1 PGPy==0.6.0 -pluggy==1.0.0 +pluggy==1.3.0 py==1.11.0 pyasn1==0.4.8 pycodestyle==2.11.0 @@ -33,9 +33,9 @@ pycparser==2.21 pycryptodome==3.15.0 pyparsing==3.0.9 pyrsistent==0.19.2 -pytest-bdd==4.1.0 +pytest-bdd==6.1.1 pytest-parallel==0.1.1 -pytest==7.2.0 +pytest==7.4.0 python-dateutil==2.8.2 python-jose==3.3.0 pytz==2022.6 @@ -50,7 +50,7 @@ six==1.16.0 swagger-spec-validator==3.0.3 tblib==1.7.0 tomli==2.0.1 -typing_extensions==4.4.0 +typing_extensions==4.7.1 uri-template==1.2.0 urllib3==1.26.16 webcolors==1.12