diff --git a/news/282.update.rst b/news/282.update.rst new file mode 100644 index 000000000..c37c4e693 --- /dev/null +++ b/news/282.update.rst @@ -0,0 +1,2 @@ +Update ``graphql_query`` hook for compatibility with ``graphql-query`` +v1.2.0. diff --git a/requirements-test-libraries.txt b/requirements-test-libraries.txt index db67c279a..aff034cd6 100644 --- a/requirements-test-libraries.txt +++ b/requirements-test-libraries.txt @@ -34,7 +34,7 @@ folium==0.14.0 ffpyplayer==4.5.0 geopandas==0.13.2; sys_platform != 'win32' google-api-python-client==2.95.0 -graphql-query==1.1.1 +graphql-query==1.2.0 python-gitlab==3.15.0 h5py==3.9.0 humanize==4.7.0 diff --git a/src/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-graphql_query.py b/src/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-graphql_query.py index 6de96df19..2e665fc26 100755 --- a/src/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-graphql_query.py +++ b/src/_pyinstaller_hooks_contrib/hooks/stdhooks/hook-graphql_query.py @@ -14,4 +14,4 @@ from PyInstaller.utils.hooks import collect_data_files -datas = collect_data_files('graphql_query.templates') +datas = collect_data_files('graphql_query')