Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- 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: #42
Closes: #22
Closes: #23
Closes: #42
Closes: #40
Closes: #41
Closes: #30
  • Loading branch information
frodeaa committed Aug 28, 2023
1 parent c13ae65 commit 69d92e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,21 +21,21 @@ 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
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
Expand All @@ -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

0 comments on commit 69d92e1

Please sign in to comment.