mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
1cd2891407
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
42 lines
833 B
Plaintext
42 lines
833 B
Plaintext
# Do not modify this file directly. Instead, modify server/tests-py/requirements-top-level.txt.
|
|
# Then, run `make server/tests-py/requirements.txt` to regenerate this file.
|
|
|
|
aniso8601==7.0.0
|
|
async-timeout==4.0.2
|
|
attrs==22.2.0
|
|
certifi==2022.12.7
|
|
cffi==1.15.1
|
|
charset-normalizer==3.1.0
|
|
croniter==1.3.8
|
|
cryptography==3.4.8
|
|
execnet==1.9.0
|
|
graphene==2.1.9
|
|
graphql-core==2.3.2
|
|
graphql-relay==2.0.1
|
|
idna==3.4
|
|
iniconfig==2.0.0
|
|
jsondiff==2.0.0
|
|
packaging==23.0
|
|
pluggy==1.0.0
|
|
promise==2.3
|
|
psycopg2-binary==2.9.5
|
|
py==1.11.0
|
|
pycparser==2.21
|
|
PyJWT==2.3.0
|
|
pytest==6.2.5
|
|
pytest-durations==1.2.0
|
|
pytest-fixture-order==0.1.4
|
|
pytest-xdist==3.2.0
|
|
python-dateutil==2.8.2
|
|
PyYAML==6.0
|
|
redis==4.5.1
|
|
requests==2.28.2
|
|
ruamel.yaml==0.17.21
|
|
ruamel.yaml.clib==0.2.7
|
|
Rx==1.6.3
|
|
six==1.16.0
|
|
SQLAlchemy==1.4.46
|
|
toml==0.10.2
|
|
urllib3==1.26.14
|
|
websocket-client==0.56.0
|