CI: Upgrade server-pytest-runner's dependencies.

Part of [NDAT-561](https://hasurahq.atlassian.net/browse/NDAT-561).

It's time for a refresh.

This upgrades Python and all the other dependencies. We mostly care about the Google Cloud CLI, as it's crashing sometimes.

I also upgraded the Python integration test dependencies themselves, as otherwise the image fails to build. I didn't look too much into it.

[NDAT-561]: https://hasurahq.atlassian.net/browse/NDAT-561?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8216
GitOrigin-RevId: ce48a89df7e0ede2fbcf686b71e96182dc91ee58
This commit is contained in:
Samir Talwar 2023-03-07 18:39:19 +01:00 committed by hasura-bot
parent 0dc3073559
commit 1cd2891407
2 changed files with 16 additions and 21 deletions

View File

@ -16,5 +16,5 @@ PyYAML
redis
requests
ruamel.yaml
sqlalchemy
sqlalchemy == 1.* # v2 changes the API
websocket-client == 0.56.0 # 0.58.0 and above changed the function signatures of callbacks

View File

@ -3,44 +3,39 @@
aniso8601==7.0.0
async-timeout==4.0.2
attrs==22.1.0
certifi==2022.6.15.1
attrs==22.2.0
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
croniter==1.3.7
charset-normalizer==3.1.0
croniter==1.3.8
cryptography==3.4.8
Deprecated==1.2.13
execnet==1.9.0
graphene==2.1.9
graphql-core==2.3.2
graphql-relay==2.0.1
greenlet==1.1.3
idna==3.3
iniconfig==1.1.1
idna==3.4
iniconfig==2.0.0
jsondiff==2.0.0
packaging==21.3
packaging==23.0
pluggy==1.0.0
promise==2.3
psycopg2-binary==2.9.3
psycopg2-binary==2.9.5
py==1.11.0
pycparser==2.21
PyJWT==2.3.0
pyparsing==3.0.9
pytest==6.2.5
pytest-durations==1.2.0
pytest-fixture-order==0.1.4
pytest-forked==1.4.0
pytest-xdist==2.5.0
pytest-xdist==3.2.0
python-dateutil==2.8.2
PyYAML==6.0
redis==4.3.4
requests==2.28.1
redis==4.5.1
requests==2.28.2
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.6
Rx==1.6.1
ruamel.yaml.clib==0.2.7
Rx==1.6.3
six==1.16.0
SQLAlchemy==1.4.41
SQLAlchemy==1.4.46
toml==0.10.2
urllib3==1.26.12
urllib3==1.26.14
websocket-client==0.56.0
wrapt==1.14.1