mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 17:22:20 +03:00
Update hashes
This commit is contained in:
parent
8c563d714c
commit
58bd623263
|
@ -56,9 +56,7 @@ class GraphQLView(View):
|
||||||
|
|
||||||
# Polyfill for window.fetch.
|
# Polyfill for window.fetch.
|
||||||
whatwg_fetch_version = "3.2.0"
|
whatwg_fetch_version = "3.2.0"
|
||||||
whatwg_fetch_sri = (
|
whatwg_fetch_sri = "sha256-OdOTEWtaemRcFdpGZD+NWFkiCZgo5s6LU3kIT3w2iQk="
|
||||||
"sha384-tqVCX1cJQbZp7b0Kz6FIIK6WN71gjVLpkiJ/Ewi7OhBX6hUGuNq9Mj/TRqh47Tvk"
|
|
||||||
)
|
|
||||||
|
|
||||||
# React and ReactDOM.
|
# React and ReactDOM.
|
||||||
react_version = "16.13.1"
|
react_version = "16.13.1"
|
||||||
|
@ -73,7 +71,7 @@ class GraphQLView(View):
|
||||||
# The websocket transport library for subscriptions.
|
# The websocket transport library for subscriptions.
|
||||||
subscriptions_transport_ws_version = "0.9.17"
|
subscriptions_transport_ws_version = "0.9.17"
|
||||||
subscriptions_transport_ws_sri = (
|
subscriptions_transport_ws_sri = (
|
||||||
"sha384-6gjV060PDpdaEOOO4n8iX7JHLAPFoHqrOizK4QbVtzVKxKcUGVbJ1wF9ujJmmQ7C"
|
"sha256-AYkMMCvLy9lmI+vvCqO5sVM40CeY6Bf+EdulzGlwTXI="
|
||||||
)
|
)
|
||||||
|
|
||||||
schema = None
|
schema = None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user