server: bump pytest version

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3348
GitOrigin-RevId: b1fd23da3c8af59e28575438ebffe75f6fb79428
This commit is contained in:
Evie Ciobanu 2022-01-13 12:29:54 +02:00 committed by hasura-bot
parent c01232ea13
commit e30d51ee38
3 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ try_jq() {
# Bump this to:
# - force a reinstall of python dependencies, etc.
DEVSH_VERSION=1.5
DEVSH_VERSION=1.6
case "${1-}" in
graphql-engine)

View File

@ -1,7 +1,7 @@
# IF YOU CHANGE THIS PLEASE INCREMENT DEVSH_VERSION in `scripts/dev.sh`
psycopg2-binary
sqlalchemy
pytest==4.5.0
pytest==6.2.5
pytest-xdist
requests
pyyaml

View File

@ -21,11 +21,11 @@ packaging==19.2
pluggy==0.13.0
promise==2.2.1
psycopg2-binary==2.8.4
py==1.8.0
py==1.8.2
pycparser==2.19
PyJWT==2.1.0
pyparsing==2.4.5
pytest==5.3.1
pytest==6.2.5
pytest-forked==1.1.3
pytest-xdist==1.30.0
PyYAML==5.1.2